Fixed a line in the gentoo instructions.

That keyword only works for one specific iteration of the package. It is wrong for the current version, and this is a more appropriate command.
This commit is contained in:
hugbubby 2018-11-19 05:37:29 -06:00 committed by GitHub
parent 221b4a9391
commit d4604cba34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ article](https://wiki.archlinux.org/index.php/ZeroNet) for further assistance.
* [`eselect repository enable raiagent`](https://github.com/leycec/raiagent)
* `emerge --sync`
* `echo '>=net-vpn/zeronet-0.5.4' >> /etc/portage/package.accept_keywords`
* `echo 'net-vpn/zeronet' >> /etc/portage/package.accept_keywords`
* *(Optional)* Enable Tor support: `echo 'net-vpn/zeronet tor' >>
/etc/portage/package.use`
* `emerge zeronet`