diff options
author | Forlot Romain [IoT.bzh] <claneys@iot.bzh> | 2017-03-31 17:55:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-31 17:55:49 +0200 |
commit | def92ada4503841429e95d2bdec48d32f3e06c03 (patch) | |
tree | b96491cbad4f51c4891b9a3232045492af0d5b5d | |
parent | a4676874ba2c162f6adc16e1856d05e5b0ef5d06 (diff) | |
parent | 67f11e0fa62906f3c9a68b46c1d74aef8109d15d (diff) |
Fix: commands typo
Merge pull request #1 from shogun656/master
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ sudo apt-get install calibre To generate Doxygen documentation, you'll need doxygen and graphviz: ```bash -sudo apt-get doxygen graphviz +sudo apt-get install doxygen graphviz ``` Prepare your build environment: @@ -50,4 +50,4 @@ gendocs.sh doxygen or ```bash cd build && make doxygen -```
\ No newline at end of file +``` |