From 5cbcb7e878b2e182492de4d1b5949de521b2754b Mon Sep 17 00:00:00 2001 From: Christian Sturm Date: Sat, 18 Mar 2017 12:27:57 +0100 Subject: [PATCH] add FreeBSD installation instructions to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0efa45a..f3e1e4eb 100644 --- a/README.md +++ b/README.md @@ -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/)