diff --git a/doc/Install.md b/doc/Install.md index 5ea1920523..1fa1e910ae 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -53,7 +53,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 mkdir view/smarty3 - chmod 777 view/smarty3 + chmod www-data:www-data view/smarty3 Get the addons by going into your website folder.