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
This commit is contained in:
Branko Kokanovic
2018-12-30 19:29:39 +00:00
committed by GitHub
parent abb617b6b3
commit 0fd67af03e

View File

@@ -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