From 4f5e59d6f8f598a9ebca7361b5558ecbd90ff246 Mon Sep 17 00:00:00 2001 From: Link Date: Wed, 13 Jan 2016 17:19:51 -0500 Subject: [PATCH 1/5] Mention chocolatey and packagemanagement/onget --- INSTALL.asciidoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 3aeb09cad..4f8319134 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -154,7 +154,19 @@ 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: +packages or MSI installers], or a package manager for the https://chocolatey.org/packages/qutebrowser[Chocolatey repo], or install manually. + +To use the PackageManagement PowerShell module +---- +PS C:\> Install-Package qutebrowser +---- +To use Chocolatey's client +---- +C:\> choco install qutebrowser +---- + + +To install manually: * Use the installer from http://www.python.org/downloads[python.org] to get Python 3 (be sure to install pip). From 082a9102502b70aa7c7d06d7ba3f45991bd6f49c Mon Sep 17 00:00:00 2001 From: Link Date: Wed, 13 Jan 2016 17:50:02 -0500 Subject: [PATCH 2/5] words --- INSTALL.asciidoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index 4f8319134..e440760b7 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -152,21 +152,23 @@ $ 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 a package manager for the https://chocolatey.org/packages/qutebrowser[Chocolatey repo], or install manually. +There are different ways to install qutebrowser on Windows: -To use the PackageManagement PowerShell module +https://github.com/The-Compiler/qutebrowser/releases[prebuilt standalone +packages or MSI installers] + +A package manager for the https://chocolatey.org/packages/qutebrowser[Chocolatey package] + +PackageManagement PowerShell module ---- PS C:\> Install-Package qutebrowser ---- -To use Chocolatey's client +Chocolatey's client ---- C:\> choco install qutebrowser ---- - -To install manually: +Manual install * Use the installer from http://www.python.org/downloads[python.org] to get Python 3 (be sure to install pip). From 2e281a19d303b98c1dcdd087e632a5d34efe274d Mon Sep 17 00:00:00 2001 From: Link Date: Wed, 13 Jan 2016 17:51:21 -0500 Subject: [PATCH 3/5] bullets --- INSTALL.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index e440760b7..e8a206423 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -159,11 +159,11 @@ packages or MSI installers] A package manager for the https://chocolatey.org/packages/qutebrowser[Chocolatey package] -PackageManagement PowerShell module +* PackageManagement PowerShell module ---- PS C:\> Install-Package qutebrowser ---- -Chocolatey's client +* Chocolatey's client ---- C:\> choco install qutebrowser ---- From 7780fde62f7c763f1cd665a67f7d7ca533ae23d7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Jan 2016 07:53:01 +0100 Subject: [PATCH 4/5] Use different headers. --- INSTALL.asciidoc | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/INSTALL.asciidoc b/INSTALL.asciidoc index e8a206423..aa46ab310 100644 --- a/INSTALL.asciidoc +++ b/INSTALL.asciidoc @@ -154,10 +154,15 @@ On Windows There are different ways to install qutebrowser on Windows: -https://github.com/The-Compiler/qutebrowser/releases[prebuilt standalone -packages or MSI installers] +Prebuilt binaries +~~~~~~~~~~~~~~~~~ -A package manager for the https://chocolatey.org/packages/qutebrowser[Chocolatey package] +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 ---- @@ -169,6 +174,7 @@ 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). From fba78945a4c0a0fddb8bd89a1f99897fb4a90004 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 15 Jan 2016 07:53:05 +0100 Subject: [PATCH 5/5] Regenerate authors. --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) 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