Update README.md
authorWesam Haddad <whaddad200036@gmail.com>
Fri, 31 Mar 2017 14:33:27 +0000 (10:33 -0400)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 14:33:27 +0000 (10:33 -0400)
was annoying me :)

README.md

index 55fc453..cbe951b 100644 (file)
--- 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
+```