From 5fe2c8abd4af52691a1e2659c40be534f7cccfca Mon Sep 17 00:00:00 2001 From: probonopd Date: Thu, 6 Apr 2017 08:11:59 +0200 Subject: [PATCH] No need to be root when installing locally? [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b747c..bdb7d73 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ install: script: - qmake PREFIX=/usr - make -j4 - - sudo make INSTALL_ROOT=appdir install ; sudo chown -R $USER appdir ; find appdir/ + - make INSTALL_ROOT=appdir install ; find appdir/ after_success: - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"