Fix installation instuction: use https for cloinng
This commit is contained in:
parent
8f1e4c99c8
commit
51924aaad7
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user