add FreeBSD installation instructions to README.md
This commit is contained in:
parent
fed61d7109
commit
5cbcb7e878
1 changed files with 6 additions and 0 deletions
|
@ -90,6 +90,12 @@ It downloads the latest version of ZeroNet then starts it automatically.
|
||||||
* Start with `python zeronet.py`
|
* Start with `python zeronet.py`
|
||||||
* Open http://127.0.0.1:43110/ in your browser
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
|
### [FreeBSD](https://www.freebsd.org/)
|
||||||
|
|
||||||
|
* `pkg install zeronet` or `cd /usr/ports/security/zeronet/ && make install clean`
|
||||||
|
* `sysrc zeronet_enable="YES"`
|
||||||
|
* service zeronet start
|
||||||
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
### [Vagrant](https://www.vagrantup.com/)
|
### [Vagrant](https://www.vagrantup.com/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue