From 77eb619b92d80d13b9d948b5461aab98b0e04d6b Mon Sep 17 00:00:00 2001 From: lafleur Date: Wed, 14 Oct 2020 15:56:53 +0200 Subject: [PATCH] correct theme update in README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4a14f..69603fa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ Inside a 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 This project is intended to be a welcoming space for collaboration. If you have