summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@lwhsu.org>2019-10-23 23:18:28 +0800
committerBrian May <brian@linuxpenguins.xyz>2019-10-24 07:25:51 +1100
commit2d9209062536178420a9c38cae84f181dc2d3cb6 (patch)
tree54ab7ace2cab166bb99399e558ae501cb323eb24
parent502b36e9902be727a982a60022079e55fbee8d95 (diff)
README: add FreeBSD
-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::