From 082a9102502b70aa7c7d06d7ba3f45991bd6f49c Mon Sep 17 00:00:00 2001 From: Link Date: Wed, 13 Jan 2016 17:50:02 -0500 Subject: [PATCH] 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).