Add update instructions to README (fixes #95)
This commit is contained in:
parent
1558f53a12
commit
ec1124692f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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`.
|
||||
|
||||
#### Update
|
||||
|
||||
When updating from Git, you need to run npm and Composer again:
|
||||
|
||||
```bash
|
||||
git pull
|
||||
npm install
|
||||
composer install
|
||||
```
|
||||
|
||||
## Config
|
||||
|
||||
If you want to use a custom config, you need to create a config file:
|
||||
|
|
Loading…
Reference in a new issue