Skip to content

Commit aaab50f

Browse files
Update README.md
1 parent 9045993 commit aaab50f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Three build systems are supported:
8989

9090
Compiling with [conan](https://conan.io/):
9191

92-
Assuming that you build "in-source" (in the **parent** directory of `BehaviorTree.CPP`):
92+
Assuming that you are in the **parent** directory of `BehaviorTree.CPP`:
9393

94-
mkdir build; cu build
94+
mkdir build; cd build
9595
conan install ../BehaviorTree.CPP --output-folder=. --build=missing
9696
cmake ../BehaviorTree.CPP
9797
cmake --build . --parallel

0 commit comments

Comments
 (0)