From 51924aaad7eb836cbe852a1382e0689f1a93065a Mon Sep 17 00:00:00 2001 From: mihacooper Date: Wed, 26 Feb 2020 11:50:25 +0300 Subject: [PATCH] Fix installation instuction: use https for cloinng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6d6c50..08a2f0d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Requires C++14 compiler compliance. Tested with GCC 4.9+, clang 3.8 and Visual S # How to install ### Build from src on Linux and Mac -1. `git clone --recursive git@github.com:effil/effil.git effil` +1. `git clone --recursive https://github.com/effil/effil effil` 2. `cd effil && mkdir build && cd build` 3. `cmake .. && make install` 4. Copy effil.so to your project.