We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3824c commit d972870Copy full SHA for d972870
1 file changed
docs/using_deis/install-client.rst
@@ -18,7 +18,11 @@ Install the latest ``deis`` client for Linux or Mac OS X with:
18
$ curl -sSL http://deis.io/deis-cli/install.sh | sh
19
20
The installer puts ``deis`` in your current directory, but you should move it
21
-somewhere in your $PATH.
+somewhere in your $PATH:
22
+
23
+.. code-block:: console
24
25
+ $ sudo ln -fs $PWD/deis /usr/local/bin/deis
26
27
Proxy Support
28
-------------
0 commit comments