Fix formatting
This commit is contained in:
parent
2480135eda
commit
f6e454956b
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ through the specified server.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
.. code-block:: sh
|
```sh
|
||||||
|
export HTTPS_PROXY="http://1.2.3.4:5678"
|
||||||
export HTTPS_PROXY="http://1.2.3.4:5678"
|
toot login --instance mastodon.social
|
||||||
toot login --instance mastodon.social
|
```
|
||||||
|
|
||||||
**NB:** This feature is provided by
|
**NB:** This feature is provided by
|
||||||
[requests](http://docs.python-requests.org/en/master/user/advanced/#proxies>)
|
[requests](http://docs.python-requests.org/en/master/user/advanced/#proxies>)
|
||||||
|
|
Loading…
Reference in a new issue