Update Conan_Usage authored by Thomas Vierjahn's avatar Thomas Vierjahn
......@@ -16,7 +16,6 @@ conan remote add rwth-vr--bintray https://api.bintray.com/conan/rwth-vr/conan
## Build your project (from terminal)
```
cd <build directory>
```
conan install --build=missing <relative path to source directory>
cmake <relative path to source directory>
```
......
......