summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Blaho <petrblaho@gmail.com>2018-02-14 11:50:04 +0100
committerBrian May <brian@linuxpenguins.xyz>2018-02-15 07:37:15 +1100
commite82d5a8e7cf105ff49c63a6d81a74e50f06c12ce (patch)
tree5ac31c58c5ddc414a44e68d022b82318012b91e7
parentd9d61e6ab29d992414cb70f942eb7196b3a63157 (diff)
Adds 'cd sshuttle' after 'git' to README and docs
-rw-r--r--README.rst2
-rw-r--r--docs/installation.rst1
2 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 022615e..f7c1dc6 100644
--- a/README.rst
+++ b/README.rst
@@ -40,6 +40,7 @@ Obtaining sshuttle
- Clone::
git clone https://github.com/sshuttle/sshuttle.git
+ cd sshuttle
sudo ./setup.py install
It is also possible to install into a virtualenv as a non-root user.
@@ -55,6 +56,7 @@ It is also possible to install into a virtualenv as a non-root user.
virtualenv -p python3 /tmp/sshuttle
. /tmp/sshuttle/bin/activate
git clone https://github.com/sshuttle/sshuttle.git
+ cd sshuttle
./setup.py install
- Homebrew::
diff --git a/docs/installation.rst b/docs/installation.rst
index 12ed19a..5a28f6a 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -8,4 +8,5 @@ Installation
- Clone::
git clone https://github.com/sshuttle/sshuttle.git
+ cd sshuttle
./setup.py install