mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-20 17:28:30 +02:00
README: add FreeBSD
This commit is contained in:
parent
502b36e990
commit
2d92090625
@ -55,6 +55,13 @@ Obtaining sshuttle
|
|||||||
cd sshuttle
|
cd sshuttle
|
||||||
sudo ./setup.py install
|
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.
|
It is also possible to install into a virtualenv as a non-root user.
|
||||||
|
|
||||||
- From PyPI::
|
- From PyPI::
|
||||||
|
Loading…
Reference in New Issue
Block a user