summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2016-09-01 18:38:13 +1000
committerBrian May <brian@linuxpenguins.xyz>2016-09-01 18:38:13 +1000
commitffd95fb7765049e2cebb65130bffdb42ddb8ad11 (patch)
treedaefd20163d535f18a21cd89e6288cd8b1dc38a9
parentacb5aa538601005921d6ccb8311ecd9f6691418b (diff)
Fix typo, space not required here
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 2fe2e7f..42cf31e 100644
--- a/README.rst
+++ b/README.rst
@@ -46,13 +46,13 @@ It is also possible to install into a virtualenv as a non-root user.
- From PyPI::
- virtualenv -p python 3 /tmp/sshuttle
+ virtualenv -p python3 /tmp/sshuttle
. /tmp/sshuttle/bin/activate
pip install sshuttle
- Clone::
- virtualenv -p python 3 /tmp/sshuttle
+ virtualenv -p python3 /tmp/sshuttle
. /tmp/sshuttle/bin/activate
git clone https://github.com/sshuttle/sshuttle.git
./setup.py install