Add note about `https://` protocol

Closes #881
This commit is contained in:
ZyX 2014-08-03 02:04:53 +04:00
parent 963823d660
commit 207c24a9f5
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ and you will have to do something like::
(:file:`~/.local/bin` should be replaced with some path present in ``$PATH``).
.. note::
If your ISP blocks git protocol for some reason github also provides ``ssh``
(``git+ssh://git@github.com/Lokaltog/powerline``) and ``https``
(``git+https://github.com/Lokaltog/powerline``) protocols. ``git`` protocol
should be the fastest, but least secure one though.
Installation on various platforms
=================================