readme highlighting
This commit is contained in:
parent
5d34c938e1
commit
6463f8ef1f
16
README.md
16
README.md
|
@ -58,7 +58,8 @@ If no config file is found, you will be asked to provide your account address
|
|||
and an access token is generated. The config file can be found in
|
||||
`${HOME}/.config/expandurl-mastodon.json` and looks like this:
|
||||
|
||||
{
|
||||
```JSON
|
||||
{
|
||||
"account": "expandurl@example.social",
|
||||
"access_token": "abc123",
|
||||
"proxy":
|
||||
|
@ -75,7 +76,8 @@ and an access token is generated. The config file can be found in
|
|||
"[\\?&]wt_zmc=[^&]+" : "",
|
||||
"[\\?&]wtmc=[^&]+" : ""
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
If you want to use a proxy or define your own replacements, you have to edit the
|
||||
configuration file manually. After the configuration file is generated, you can
|
||||
|
@ -84,7 +86,9 @@ daemon.
|
|||
|
||||
# Copyright
|
||||
|
||||
Copyright © 2018 tastytea <tastytea@tastytea.de>.
|
||||
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
|
||||
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||
and you are welcome to redistribute it under certain conditions.
|
||||
```
|
||||
Copyright © 2018 tastytea <tastytea@tastytea.de>.
|
||||
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
|
||||
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
|
||||
and you are welcome to redistribute it under certain conditions.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user