Skip to content

Commit 6e70e27

Browse files
committed
docs(using_deis): clean up proxy support
1 parent 19396a1 commit 6e70e27

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/using_deis/install-client.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,15 @@ You can also install the latest Deis client using Python's pip_ package manager:
3434
3535
$ deis
3636
Usage: deis <command> [<args>...]
37-
37+
3838
Proxy Support
3939
-------------
40-
41-
Set your http and/or https environment variables to enable proxy support
40+
Set the ```http_proxy``` or ```https_proxy``` environment variable to enable proxy support:
4241

4342
.. code-block:: console
4443
4544
$ export http_proxy="http://proxyip:port"
4645
$ export https_proxy="http://proxyip:port"
47-
4846
4947
Integrated Help
5048
---------------

0 commit comments

Comments
 (0)