We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9045993 commit aaab50fCopy full SHA for aaab50f
README.md
@@ -89,9 +89,9 @@ Three build systems are supported:
89
90
Compiling with [conan](https://conan.io/):
91
92
-Assuming that you build "in-source" (in the **parent** directory of `BehaviorTree.CPP`):
+Assuming that you are in the **parent** directory of `BehaviorTree.CPP`:
93
94
- mkdir build; cu build
+ mkdir build; cd build
95
conan install ../BehaviorTree.CPP --output-folder=. --build=missing
96
cmake ../BehaviorTree.CPP
97
cmake --build . --parallel
0 commit comments