From 0fd67af03eb1c2b346a904dd0659eeccb6a6d69d Mon Sep 17 00:00:00 2001 From: Branko Kokanovic Date: Sun, 30 Dec 2018 19:29:39 +0000 Subject: [PATCH] Fix git -> https in README People usually don't have access to Github for DLib, so previous command will not work out-of-box. Better to suggest https:// alternative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a3412..338c3e7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Install Dlib as shared library ```bash -git clone git@github.com:davisking/dlib.git +git clone https://github.com/davisking/dlib.git cd dlib/dlib mkdir build cd build