From 0cd3a667112b32f098c6dd4ef2a6f45076128065 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 7 Nov 2016 21:39:24 +0800 Subject: [PATCH] feat(docs): better update guide --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f6cd71c..9880e34a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.