Merge pull request #276 from nextcloud/fix-install-doc

Update devenv.rst
This commit is contained in:
Morris Jobke 2016-12-16 12:18:43 -06:00 committed by GitHub
commit f9d0588b8c

View File

@ -54,7 +54,8 @@ 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>
git clone git@github.com:nextcloud/server.git /var/www/<folder>
cd /var/www/<folder>
git submodule update --init
where <folder> is the folder where you want to install Nextcloud.