correct theme update in README.md
This commit is contained in:
parent
1afb3c46ae
commit
77eb619b92
|
@ -10,7 +10,12 @@ Inside a hugo site, do
|
||||||
|
|
||||||
To update the theme to its latest version, inside the hugo site do
|
To update the theme to its latest version, inside the hugo site do
|
||||||
|
|
||||||
$ git submodule update themes/lean
|
$ cd themes/lean
|
||||||
|
$ git pull
|
||||||
|
|
||||||
|
To update all submodules, inside the hugo site do
|
||||||
|
|
||||||
|
$ git submodule update --remote
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
This project is intended to be a welcoming space for collaboration. If you have
|
This project is intended to be a welcoming space for collaboration. If you have
|
||||||
|
|
Loading…
Reference in New Issue