From 2d9209062536178420a9c38cae84f181dc2d3cb6 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 23 Oct 2019 23:18:28 +0800 Subject: README: add FreeBSD --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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:: -- cgit v1.2.3