diff --git a/developer_manual/app/gettingstarted.rst b/developer_manual/app/gettingstarted.rst index 99b574708..fd137f0c8 100644 --- a/developer_manual/app/gettingstarted.rst +++ b/developer_manual/app/gettingstarted.rst @@ -35,7 +35,6 @@ To get started you'll need to clone the basic git repositories into your web dir git clone https://github.com/owncloud/core.git owncloud git clone https://github.com/owncloud/apps.git apps git clone https://github.com/owncloud/3rdparty.git 3rdparty - sudo mkdir owncloud/config sudo mkdir owncloud/data sudo chown -R http:http owncloud/config sudo chown -R http:http owncloud/data