]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Update Install.md
[friendica.git] / doc / Install.md
index 8d66425a837f5cbcb92aae32920e604ffb9b0065..6aa094ffce74753b2960af23969072a81bdb96d0 100644 (file)
@@ -79,7 +79,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
 
 Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case *www-data*
 
-    mkdir view/smarty3
+    mkdir -p view/smarty3
     chown www-data:www-data view/smarty3
     chmod 775 view/smarty3