Skip to content

Commit

Permalink
feat(docs): better update guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Nov 7, 2016
1 parent 92045f1 commit 0cd3a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

### BREAKING CHANGES

* grunt: Now you need to set `amsf_theme_url` in `_amsf.yml` before upgrading to the latest version of Almace Scaffolding:
* grunt: Then you can simply run `grunt update` to process the update. But after upgrading, you need to set `amsf_theme_url` in `_amsf.yml` to support the latest version of Almace Scaffolding:

```yaml
amsf_theme_url: https://github.com/amsf/amsf-curtana (or your own if you've already using a custom theme from me)
amsf_theme_url: https://github.com/amsf/amsf-curtana # or your own if you've already using a custom theme from me)
```
Then you can simply run `grunt update` to process the update. This could be more complex for end users but it also allows users to use custom theme hosted wherever they want.
This could be more complex for end users but it also allows users to use custom theme hosted wherever they want.
Expand Down

0 comments on commit 0cd3a66

Please sign in to comment.