summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForlot Romain [IoT.bzh] <claneys@iot.bzh>2017-03-31 17:55:49 +0200
committerGitHub <noreply@github.com>2017-03-31 17:55:49 +0200
commitdef92ada4503841429e95d2bdec48d32f3e06c03 (patch)
treeb96491cbad4f51c4891b9a3232045492af0d5b5d
parenta4676874ba2c162f6adc16e1856d05e5b0ef5d06 (diff)
parent67f11e0fa62906f3c9a68b46c1d74aef8109d15d (diff)
Fix: commands typo
Merge pull request #1 from shogun656/master
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 55fc453..cbe951b 100644
--- a/README.md
+++ b/README.md
@@ -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
+```