mirror of
https://github.com/gflags/gflags.git
synced 2025-04-05 05:25:04 +00:00
#115 Use HTTPS as default Git clone protocol
This commit is contained in:
parent
e1d15b3340
commit
16651b7870
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue