Skip to content
Snippets Groups Projects
Commit a7f33122 authored by Patrik Huber's avatar Patrik Huber
Browse files

Replaced git clone URL with correct https URL

parent 709a791b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ To use the library in your own project, just add the following directories to yo
To build:
```
git clone git@github.com:patrikhuber/eos.git
git clone https://github.com/patrikhuber/eos.git
mkdir build && cd build # creates a build directory next to the _eos_ folder
cmake -G "<your favourite generator>" ../eos -DCMAKE_INSTALL_PREFIX=../install/`
make && make install # or open the project file and build in an IDE like Visual Studio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment