From 3848993c4253fe0b82d4be15221165a74cff0df5 Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 6 Apr 2017 08:13:00 +0200 Subject: [PATCH] sudo not needed for local make install? [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb7d73..e2bdcf7 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ For this to work, you need to enable Travis CI for your repository as [described Note that if `qmake` does not allow for `make install` or does not install the desktop file and icon, then change it similar to https://github.com/probonopd/FeedTheMonkey/blob/master/FeedTheMonkey.pro. ``` - - sudo make INSTALL_ROOT=appdir install ; sudo chown -R $USER appdir ; find appdir/ + - make INSTALL_ROOT=appdir install ; find appdir/ ``` __CMake__ wants `DESTDIR` instead: