This commit is contained in:
Link 2016-01-13 17:50:02 -05:00
parent 4f5e59d6f8
commit 082a910250

View File

@ -152,21 +152,23 @@ $ nix-env -i qutebrowser
On Windows On Windows
---------- ----------
You can either use one of the There are different ways to install qutebrowser on Windows:
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.
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 PS C:\> Install-Package qutebrowser
---- ----
To use Chocolatey's client Chocolatey's client
---- ----
C:\> choco install qutebrowser C:\> choco install qutebrowser
---- ----
Manual install
To install manually:
* Use the installer from http://www.python.org/downloads[python.org] to get * Use the installer from http://www.python.org/downloads[python.org] to get
Python 3 (be sure to install pip). Python 3 (be sure to install pip).