You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,8 @@ If you would like to install the library system-wide, then run:
99
99
`$ cd build` <br/>
100
100
`$ sudo make install` <br/>
101
101
102
-
On Ubuntu 14.04, this will install the shared library (libbtpp.so) in `/usr/local/lib` and the sample executable (btpp_example) in `/usr/local/bin`.
102
+
On Ubuntu 14.04, this will install the shared library (libbtpp.so) in `/usr/local/lib`.
103
+
The repository [my-behavior-tree-project](https://github.com/miccol/my-behavior-tree-project) shows an example on how to use the library once syste-wide installed.
0 commit comments