From 5f2d450c502c14359d49e01feb973a474f29efb0 Mon Sep 17 00:00:00 2001 From: probonopd Date: Fri, 7 Apr 2017 00:06:39 +0200 Subject: [PATCH] Update README.md [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2bdcf7..6107044 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ __CMake__ wants `DESTDIR` instead: ``` - 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