From 481e14b4735ee1cbfeabda72f6433a38e4af8d45 Mon Sep 17 00:00:00 2001 From: Jani Bonnevier Date: Wed, 29 Jun 2016 16:07:53 +0200 Subject: [PATCH] Fix broken link and update setup command (#39) * Replace broken link to ocdev with link to ncdev * Update setup command to ncdev --- developer_manual/general/devenv.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.