From 0bef594902d1fbcf554264a9f35c73a0e9eba2db Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 7 Mar 2016 20:24:58 +0100 Subject: [PATCH] Remove manual install for Fedora --- INSTALL.asciidoc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index d686b0c05..69d37ceeb 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -72,25 +72,6 @@ qutebrowser is available in the official repositories for Fedora 22 and newer. # dnf install qutebrowser ---- -Or you can install it manually on Fedora 22 and newer: - -Install the dependencies via dnf: - ----- -# dnf update -# dnf install python3-qt5 python-tox python3-sip ----- - -To generate the documentation for the `:help` command, when using the git -repository (rather than a release): - ----- -# dnf install asciidoc source-highlight -$ python3 scripts/asciidoc2html.py ----- - -Then <>. - On Archlinux ------------