Skip to content

Commit e82d5a8

Browse files
petrblahobrianmay
authored andcommitted
Adds 'cd sshuttle' after 'git' to README and docs
1 parent d9d61e6 commit e82d5a8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4546
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.
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::

docs/installation.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)