Browse Source

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.
hugbubby 5 years ago
parent
commit
d4604cba34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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`