Merge pull request #867 from reezer/patch-1
add FreeBSD installation instructions to README.md
This commit is contained in:
commit
f3c4e1dc19
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`
|
||||
* 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/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue