Update Conan_Usage authored by Thomas Vierjahn's avatar Thomas Vierjahn
......@@ -19,7 +19,7 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
* Ensure that cmake is appended to your path variable. Otherwise:
```
set PATH=%PATH%;<cmake binary directory>
set PATH=<cmake binary directory>;%PATH%
```
* Run the following commands:
......@@ -40,4 +40,4 @@ conan install --build=missing -s compiler="apple-clang" -s compiler.version="8.1
cmake <relative path to source directory>
```
* You can also use CMake-GUI for the last step.
* You can also use CMake-GUI for the last step.
\ No newline at end of file