Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo Covas authored Mar 28, 2019
1 parent 51ea2c2 commit 438200c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Standard CMake build:
$ mkdir build
$ cd build
$ cmake ..
$ make install
```
This lib is so small that you can add it as a git submodule instead.

Expand Down Expand Up @@ -46,4 +47,4 @@ Use this new class as input to other methods like:
StreamImplem myStream();
NinebotMessageIntercept myIntercept(&myStream, device);

```
```

0 comments on commit 438200c

Please sign in to comment.