X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=6aa094ffce74753b2960af23969072a81bdb96d0;hb=83d3ce0802d2a2e2717f580f606d1f5211f23edd;hp=8d66425a837f5cbcb92aae32920e604ffb9b0065;hpb=122ad0af14f046c2462a03fe33967dc41abfc8b5;p=friendica.git diff --git a/doc/Install.md b/doc/Install.md index 8d66425a83..6aa094ffce 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -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