File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Obtaining sshuttle
4040- Clone::
4141
4242 git clone https://github.com/sshuttle/sshuttle.git
43+ cd sshuttle
4344 sudo ./setup.py install
4445
4546It 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.
5556 virtualenv -p python3 /tmp/sshuttle
5657 . /tmp/sshuttle/bin/activate
5758 git clone https://github.com/sshuttle/sshuttle.git
59+ cd sshuttle
5860 ./setup.py install
5961
6062- Homebrew::
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ Installation
88- Clone::
99
1010 git clone https://github.com/sshuttle/sshuttle.git
11+ cd sshuttle
1112 ./setup.py install
You can’t perform that action at this time.
0 commit comments