Fix broken link and update setup command (#39)

* Replace broken link to ocdev with link to ncdev

* Update setup command to ncdev
This commit is contained in:
Jani Bonnevier 2016-06-29 16:07:53 +02:00 committed by Morris Jobke
parent 5fe40f6963
commit 481e14b473

View File

@ -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 <https://github.com/nextcloud/ocdev/blob/master/README.rst#installation>`_
Install the `development tool <https://github.com/nextcloud/ncdev>`_
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/<folder> base
ncdev setup --dir /var/www/<folder> server
where <folder> is the folder where you want to install Nextcloud.