Fixes
[anna.git] / README.md
index 0ed188a..66bdb99 100644 (file)
--- a/README.md
+++ b/README.md
@@ -118,11 +118,12 @@ Execute 'make test'
 
 To install headers, libraries, and examples, execute:
 
-     > make install
+     > sudo make install
 
 Optionally you could specify another prefix for installation:
 
-     > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna_deploy .
+     > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna-deploy
+     > make install
 
 ## Uninstall