Merge pull request #9931 from zsolt-beringer/patch-1

Update Install.md
This commit is contained in:
Hypolite Petovan 2021-02-15 17:27:11 -05:00 committed by GitHub
commit 2ebb720f09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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