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