diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index 8ad70be11..f1db87f35 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -55,10 +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/ - cd /var/www//server + cd /var/www/ git submodule update --init -where is the folder where you want to install Nextcloud. Occasionally, the git submodule command gives errors, it might work to just try again. Magic! +where is the folder where you want to install Nextcloud. Adjust rights::