Skip to content

Commit de6e79c

Browse files
authored
Update README.md
1 parent 6eda191 commit de6e79c

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
@@ -99,8 +99,8 @@ If you would like to install the library system-wide, then run:
9999
`$ sudo make install` <br/>
100100

101101
On Ubuntu, this will install the library (libbtpp.so) in `/usr/local/lib`. <br/>
102-
In an external project, just call in your CMakeLists 'find_package(BTpp)' to find the library.
103-
The include directory is defined as `BTpp_INCLUDE_DIRS` and the libraries to link as `BTpp_LIBRARIES`.
102+
In an external project, just call in your CMakeLists 'find_package(BTpp)' to find the library. <br/>
103+
The include directory is defined as `BTpp_INCLUDE_DIRS` and the libraries to link as `BTpp_LIBRARIES`.<br/>
104104
The repository [my-behavior-tree-project](https://github.com/miccol/my-behavior-tree-project) shows an example on how to use the library once system-wide installed.
105105

106106

0 commit comments

Comments
 (0)