aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-06 15:01:55 -0700
committerfriendica <info@friendica.com>2014-10-06 15:01:55 -0700
commit5236516145180dbef9cc10e49c341b85e43e8c48 (patch)
treeb1428cb1a3cee80658fddcb0a40fd9c2bbbac8b2 /install/INSTALL.txt
parent34ef3fda76a924d09e77a698e38b79922b8b7f88 (diff)
downloadvolse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.tar.gz
volse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.tar.bz2
volse-hubzilla-5236516145180dbef9cc10e49c341b85e43e8c48.zip
install doc double escapes the store/[data] path.
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index 09e840498..8ec919369 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -96,7 +96,7 @@ directory/path component in the URL) is REQUIRED.
- make sure folders *store/[data]/smarty3* and *store* exist and are writable by webserver
- mkdir -p "store/\[data\]/smarty3"
+ mkdir -p "store/[data]/smarty3"
chmod -R 777 store