Browse Source

add theme update instructions

pull/5/head
Nicolas Massé 7 years ago
parent
commit
0ea3a17294
  1. 9
      README.md

9
README.md

@ -52,3 +52,12 @@ Delete the old branch:
```sh ```sh
git branch -d "$(date +%F)-update" git branch -d "$(date +%F)-update"
``` ```
## How to update the theme
You can update a theme to the latest version by executing the following command in the root directory of your project:
```
git submodule update --rebase --remote
```

Loading…
Cancel
Save