Updated gentoo section

1. Not all installations have layman, and it's being phased out.
2. Need to `emerge --sync` after adding a new repository.
3. Added a line that adds the zeronet service to the default autostart runlevel (under optional)
This commit is contained in:
hugbubby 2018-10-26 19:16:55 -05:00 committed by GitHub
parent 538de08c07
commit 30e417a614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -108,12 +108,14 @@ 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)
* [`eselect repository enable raiagent`](https://github.com/leycec/raiagent)
* `emerge --sync`
* `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`
* *(Optional)* Enable zeronet at runlevel "default": `rc-update add zeronet`
* Open http://127.0.0.1:43110/ in your browser
See `/usr/share/doc/zeronet-*/README.gentoo.bz2` for further assistance.