mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
Adds 'cd sshuttle' after 'git' to README and docs
This commit is contained in:
parent
d9d61e6ab2
commit
e82d5a8e7c
@ -40,6 +40,7 @@ Obtaining sshuttle
|
|||||||
- Clone::
|
- Clone::
|
||||||
|
|
||||||
git clone https://github.com/sshuttle/sshuttle.git
|
git clone https://github.com/sshuttle/sshuttle.git
|
||||||
|
cd sshuttle
|
||||||
sudo ./setup.py install
|
sudo ./setup.py install
|
||||||
|
|
||||||
It is also possible to install into a virtualenv as a non-root user.
|
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
|
virtualenv -p python3 /tmp/sshuttle
|
||||||
. /tmp/sshuttle/bin/activate
|
. /tmp/sshuttle/bin/activate
|
||||||
git clone https://github.com/sshuttle/sshuttle.git
|
git clone https://github.com/sshuttle/sshuttle.git
|
||||||
|
cd sshuttle
|
||||||
./setup.py install
|
./setup.py install
|
||||||
|
|
||||||
- Homebrew::
|
- Homebrew::
|
||||||
|
@ -8,4 +8,5 @@ Installation
|
|||||||
- Clone::
|
- Clone::
|
||||||
|
|
||||||
git clone https://github.com/sshuttle/sshuttle.git
|
git clone https://github.com/sshuttle/sshuttle.git
|
||||||
|
cd sshuttle
|
||||||
./setup.py install
|
./setup.py install
|
||||||
|
Loading…
Reference in New Issue
Block a user