Add update instructions to README (fixes #95)

This commit is contained in:
Pierre Rudloff 2017-03-02 22:58:37 +01:00
parent 1558f53a12
commit ec1124692f

View file

@ -33,6 +33,16 @@ chmod 777 templates_c/
If your web server is Apache, you need to set the `AllowOverride` setting to `All` or `FileInfo`. If your web server is Apache, you need to set the `AllowOverride` setting to `All` or `FileInfo`.
#### Update
When updating from Git, you need to run npm and Composer again:
```bash
git pull
npm install
composer install
```
## Config ## Config
If you want to use a custom config, you need to create a config file: If you want to use a custom config, you need to create a config file: