From 16651b78706e7ac3a1697146dd3b41f885ac73f1 Mon Sep 17 00:00:00 2001 From: Andreas Schuh Date: Fri, 19 Feb 2016 13:43:27 +0000 Subject: [PATCH] #115 Use HTTPS as default Git clone protocol --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c844ee9..5b13c58 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@ translates directly to Python.

The gflags library can be downloaded from GitHub. You can clone the project using the command:

-   git clone git@github.com:gflags/gflags.git
+   git clone https://github.com/gflags/gflags.git
 

Build and installation instructions are provided in the INSTALL file.