README: add FreeBSD

This commit is contained in:
Li-Wen Hsu 2019-10-23 23:18:28 +08:00 committed by Brian May
parent 502b36e990
commit 2d92090625

View File

@ -55,6 +55,13 @@ Obtaining sshuttle
cd sshuttle
sudo ./setup.py install
- FreeBSD::
# ports
cd /usr/ports/net/py-sshuttle && make install clean
# pkg
pkg install py36-sshuttle
It is also possible to install into a virtualenv as a non-root user.
- From PyPI::