diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 3aeb09cad..aa46ab310 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -152,9 +152,29 @@ $ nix-env -i qutebrowser On Windows ---------- -You can either use one of the -https://github.com/The-Compiler/qutebrowser/releases[prebuilt standalone -packages or MSI installers], or install manually: +There are different ways to install qutebrowser on Windows: + +Prebuilt binaries +~~~~~~~~~~~~~~~~~ + +Prebuilt standalone packages and MSI installers +https://github.com/The-Compiler/qutebrowser/releases[are built] for every +release. + +https://chocolatey.org/packages/qutebrowser[Chocolatey package] +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* PackageManagement PowerShell module +---- +PS C:\> Install-Package qutebrowser +---- +* Chocolatey's client +---- +C:\> choco install qutebrowser +---- + +Manual install +~~~~~~~~~~~~~~ * Use the installer from http://www.python.org/downloads[python.org] to get Python 3 (be sure to install pip). diff --git a/README.asciidoc b/README.asciidoc index 68c6cdcf2..768097314 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -177,6 +177,7 @@ Contributors, sorted by the number of commits in descending order: * jnphilipp * Tobias Patzl * Peter Michely +* Link * Larry Hynes * Johannes Altmanninger * Samir Benmendil