Merge branch 'Link-Satonaka-patch-1'

This commit is contained in:
Florian Bruhin 2016-01-15 07:53:11 +01:00
commit b2dbd8baef
2 changed files with 24 additions and 3 deletions

View File

@ -152,9 +152,29 @@ $ 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 install manually: 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 * 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).

View File

@ -177,6 +177,7 @@ Contributors, sorted by the number of commits in descending order:
* jnphilipp * jnphilipp
* Tobias Patzl * Tobias Patzl
* Peter Michely * Peter Michely
* Link
* Larry Hynes * Larry Hynes
* Johannes Altmanninger * Johannes Altmanninger
* Samir Benmendil * Samir Benmendil