#115 Use HTTPS as default Git clone protocol

This commit is contained in:
Andreas Schuh 2016-02-19 13:43:27 +00:00
parent e1d15b3340
commit 16651b7870

View file

@ -99,7 +99,7 @@ translates directly to Python.</p>
<p>The gflags library can be downloaded from <A href="https://github.com/gflags/gflags">GitHub</A>.
You can clone the project using the command:</p>
<pre>
git clone git@github.com:gflags/gflags.git
git clone https://github.com/gflags/gflags.git
</pre>
<p>Build and installation instructions are provided in the <A href="https://github.com/gflags/gflags/blob/master/INSTALL.md">INSTALL</A> file.</p>