diff --git a/developer_manual/general/devenv.rst b/developer_manual/general/devenv.rst index 813f6157a..08c8b1341 100644 --- a/developer_manual/general/devenv.rst +++ b/developer_manual/general/devenv.rst @@ -48,7 +48,7 @@ Check out the code The following commands are using **/var/www** as the Web server's directory and **www-data** as user name and group. -Install the `development tool `_ +Install the `development tool `_ After the development tool installation make the directory writable:: @@ -56,7 +56,7 @@ After the development tool installation make the directory writable:: Then install Nextcloud from git:: - ocdev setup --dir /var/www/ base + ncdev setup --dir /var/www/ server where is the folder where you want to install Nextcloud.