correct theme update in README.md

This commit is contained in:
lafleur 2020-10-14 15:56:53 +02:00
parent 1afb3c46ae
commit 77eb619b92
1 changed files with 6 additions and 1 deletions

View File

@ -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