Fix installation instuction: use https for cloinng

This commit is contained in:
mihacooper 2020-02-26 11:50:25 +03:00 committed by GitHub
parent 8f1e4c99c8
commit 51924aaad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ Requires C++14 compiler compliance. Tested with GCC 4.9+, clang 3.8 and Visual S
# How to install # How to install
### Build from src on Linux and Mac ### 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` 2. `cd effil && mkdir build && cd build`
3. `cmake .. && make install` 3. `cmake .. && make install`
4. Copy effil.so to your project. 4. Copy effil.so to your project.