Update README.md

[ci skip]
This commit is contained in:
probonopd
2017-04-07 00:06:39 +02:00
committed by GitHub
parent ea673893db
commit 5f2d450c50
+1 -1
View File
@@ -104,7 +104,7 @@ __CMake__ wants `DESTDIR` instead:
``` ```
- cmake . -DCMAKE_INSTALL_PREFIX=/usr - cmake . -DCMAKE_INSTALL_PREFIX=/usr
- sudo make DESTDIR=appdir install ; sudo chown -R $USER appdir ; find appdir/ - make DESTDIR=appdir install ; find appdir/
``` ```
Caution if you encounter Caution if you encounter