Browse Source

Arch and Gentoo Linux installation instructions

leycec 7 years ago
parent
commit
0c0ec30560
1 changed files with 23 additions and 0 deletions
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -90,6 +90,29 @@ 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
 
+### [Arch Linux](https://www.archlinux.org)
+
+* `git clone https://aur.archlinux.org/zeronet.git`
+* `cd zeronet-git`
+* `makepkg -srci`
+* `systemctl start zeronet`
+* Open http://127.0.0.1:43110/ in your browser
+
+See [ArchWiki](https://wiki.archlinux.org)'s [ZeroNet
+article](https://wiki.archlinux.org/index.php/ZeroNet) for further assistance.
+
+### [Gentoo Linux](https://www.gentoo.org)
+
+* [`layman -a raiagent`](https://github.com/leycec/raiagent)
+* `echo '>=net-vpn/zeronet-0.5.4' >> /etc/portage/package.accept_keywords`
+* *(Optional)* Enable Tor support: `echo 'net-vpn/zeronet tor' >>
+  /etc/portage/package.use`
+* `emerge zeronet`
+* `rc-service zeronet start`
+* Open http://127.0.0.1:43110/ in your browser
+
+See `/usr/share/doc/zeronet-*/README.gentoo.bz2` for further assistance.
+
 ### [FreeBSD](https://www.freebsd.org/)
 
 * `pkg install zeronet` or `cd /usr/ports/security/zeronet/ && make install clean`