Update Install.md

mkdir flag `--parents` added for idempotency.
This commit is contained in:
Beringer Zsolt 2021-02-15 23:25:46 +01:00 committed by GitHub
parent 6321dcc6d7
commit b2c60efb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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