summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 51f4a23..70c17a2 100644
--- a/README.rst
+++ b/README.rst
@@ -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::