Merge pull request #9931 from zsolt-beringer/patch-1
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 15 Feb 2021 22:27:11 +0000 (17:27 -0500)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 22:27:11 +0000 (17:27 -0500)
Update Install.md

doc/Install.md

index 8d66425..6aa094f 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