Skip to content

Commit d972870

Browse files
committed
add deis to $PATH command
add deis to $PATH command
1 parent 5c3824c commit d972870

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/using_deis/install-client.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ Install the latest ``deis`` client for Linux or Mac OS X with:
1818
$ curl -sSL http://deis.io/deis-cli/install.sh | sh
1919

2020
The installer puts ``deis`` in your current directory, but you should move it
21-
somewhere in your $PATH.
21+
somewhere in your $PATH:
22+
23+
.. code-block:: console
24+
25+
$ sudo ln -fs $PWD/deis /usr/local/bin/deis
2226

2327
Proxy Support
2428
-------------

0 commit comments

Comments
 (0)