Adds 'cd sshuttle' after 'git' to README and docs

This commit is contained in:
Petr Blaho
2018-02-14 11:50:04 +01:00
committed by Brian May
parent d9d61e6ab2
commit e82d5a8e7c
2 changed files with 3 additions and 0 deletions

View File

@@ -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::