From 8220184f11a0904cc06f50f268df23711bb703ba Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 3 Mar 2013 18:23:50 +0100 Subject: [PATCH] Update gettingstarted.rst --- developer_manual/app/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/gettingstarted.rst b/developer_manual/app/gettingstarted.rst index 5b7632a34..7e6b03812 100644 --- a/developer_manual/app/gettingstarted.rst +++ b/developer_manual/app/gettingstarted.rst @@ -37,7 +37,7 @@ 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/data + mkdir owncloud/data sudo chown -R http:http owncloud/config sudo chown -R http:http owncloud/data sudo chown -R http:http owncloud/apps