Wrong section order in README
This commit is contained in:
parent
e62c385735
commit
f943c60755
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,6 @@ 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`.
|
||||||
|
|
||||||
### On Heroku
|
|
||||||
|
|
||||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
|
||||||
|
|
||||||
#### Update
|
#### Update
|
||||||
|
|
||||||
When updating from Git, you need to run npm and Composer again:
|
When updating from Git, you need to run npm and Composer again:
|
||||||
|
@ -47,6 +43,10 @@ npm install
|
||||||
composer install
|
composer install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### On Heroku
|
||||||
|
|
||||||
|
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
||||||
|
|
||||||
## 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:
|
||||||
|
|
Loading…
Reference in a new issue