diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 21bf4176b..7d8cca1d0 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -135,12 +135,34 @@ If video or sound don't seem to work, try installing the gstreamer plugins: On Gentoo --------- -qutebrowser is available in the main repository and can be installed with: +A version of qutebrowser is available in the main repository and can be installed with: ---- # emerge -av qutebrowser ---- +However it is suggested to install the Live version (-9999) to take advantage +of the newest features introduced. + +First of all you need to edit your package.accept_keywords file to accept the live +version: + +---- +# nano /etc/portage/package.accept_keywords +---- + +And add the following line to it: + + =www-client/qutebrowser-9999 ** + +Save the file and then install qutebrowser via + +---- +# emerge -av qutebrowser +---- + +Or rebuild your system if you already installed it. + Make sure you have `python3_4` in your `PYTHON_TARGETS` (`/etc/portage/make.conf`) and rebuild your system (`emerge -uDNav @world`) if necessary.