Skip to content

Commit

Permalink
fix(docs): wrong commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 18, 2015
1 parent a2a8250 commit bdb71ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _app/_posts/note/2014-06-10-themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ The AMSF framework ships a default theme [Curtana](http://github.com/amsf/amsf-c
The easist way to install new theme is via `theme-add`, the following command will install theme Curtana from its official repo `amsf/amsf-curtana`:

```sh
$ grunt theme-add=curtana
$ grunt theme-add --theme=curtana
```

If you'd install custom theme from other users, append `--user` in your command, the following command will install a new theme named `bootstrap-sass` from `sparanoid/amsf-bootstrap-sass`

```sh
$ grunt theme-add=bootstrap-sass user=sparanoid
$ grunt theme-add --theme=bootstrap-sass --user=sparanoid
```

### Manually Install
Expand Down

0 comments on commit bdb71ea

Please sign in to comment.