Merge pull request #281 from nextcloud/stable11-276

[stable11] dev env update
This commit is contained in:
Morris Jobke
2016-12-16 12:20:48 -06:00
committed by GitHub

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.