add note to not use root or sudo

This commit is contained in:
Georg Ehrke 2016-10-18 13:30:49 +02:00 committed by GitHub
parent e2e367f496
commit 2f9c3ee6e6
1 changed files with 2 additions and 1 deletions

View File

@ -69,5 +69,6 @@ Just clone this repo into your apps directory (Nextcloud server installation nee
Once node and npm are installed, PHP and JavaScript dependencies can be installed by running
```bash
make
$ make
```
Please execute this command with your ordinary user account and neither root nor sudo.