summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorHerby Gillot <herby.gillot@gmail.com>2020-12-29 03:02:25 -0500
committerBrian May <brian@linuxpenguins.xyz>2020-12-29 19:12:06 +1100
commitda848b6dba88459c1108c109e0b38113534d97ba (patch)
treeaa1ace4e7d5610ac82fab44c3acc2e411f8e3dee /README.rst
parentbc72bb4811e31406c48628c644304e17dabdb44b (diff)
Readme: add instructions for installing via MacPorts
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7d57431..3051bf2 100644
--- a/README.rst
+++ b/README.rst
@@ -67,6 +67,11 @@ Obtaining sshuttle
# pkg
pkg install py36-sshuttle
+- macOS, via MacPorts::
+
+ sudo port selfupdate
+ sudo port install sshuttle
+
It is also possible to install into a virtualenv as a non-root user.
- From PyPI::