Fix typo, space not required here

This commit is contained in:
Brian May 2016-09-01 18:38:13 +10:00
parent acb5aa5386
commit ffd95fb776

View File

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