We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19396a1 commit 6e70e27Copy full SHA for 6e70e27
1 file changed
docs/using_deis/install-client.rst
@@ -34,17 +34,15 @@ You can also install the latest Deis client using Python's pip_ package manager:
34
35
$ deis
36
Usage: deis <command> [<args>...]
37
-
+
38
Proxy Support
39
-------------
40
41
-Set your http and/or https environment variables to enable proxy support
+Set the ```http_proxy``` or ```https_proxy``` environment variable to enable proxy support:
42
43
.. code-block:: console
44
45
$ export http_proxy="http://proxyip:port"
46
$ export https_proxy="http://proxyip:port"
47
48
49
Integrated Help
50
---------------
0 commit comments