Make it clear where ownCloud is going to be installed

This commit is contained in:
Olivier Paroz
2015-04-02 09:59:11 +02:00
parent f8e25a036d
commit 3a5f273ffe

View File

@@ -55,7 +55,9 @@ After the development tool installation make the directory writable::
Then install ownCloud from git::
ocdev setup --dir /var/www base
ocdev setup --dir /var/www/<folder> base
where <folder> is the folder where you want to install ownCloud.
Adjust rights::