Update devenv.rst

This commit is contained in:
Jos Poortvliet
2016-12-14 20:55:10 +01:00
committed by GitHub
parent d420ea746b
commit 067e32eb2a

View File

@@ -55,9 +55,10 @@ After the development tool installation make the directory writable::
Then install Nextcloud from git::
git clone git@github.com:nextcloud/server.git --branch $BRANCH /var/www/<folder>
cd /var/www/<folder>/server
git submodule update --init
where <folder> is the folder where you want to install Nextcloud.
where <folder> is the folder where you want to install Nextcloud. Occasionally, the git submodule command gives errors, it might work to just try again. Magic!
Adjust rights::