Skip to content

Commit a7f3312

Browse files
committed
Replaced git clone URL with correct https URL
1 parent 709a791 commit a7f3312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use the library in your own project, just add the following directories to yo
3636
To build:
3737

3838
```
39-
git clone git@github.com:patrikhuber/eos.git
39+
git clone https://github.com/patrikhuber/eos.git
4040
mkdir build && cd build # creates a build directory next to the _eos_ folder
4141
cmake -G "<your favourite generator>" ../eos -DCMAKE_INSTALL_PREFIX=../install/`
4242
make && make install # or open the project file and build in an IDE like Visual Studio

0 commit comments

Comments
 (0)