From 2b0a631bf4ff1eb7ff9f6beca6b6561221403080 Mon Sep 17 00:00:00 2001 From: energyLS <89515385+energyLS@users.noreply.github.com> Date: Mon, 8 May 2023 16:29:23 +0200 Subject: [PATCH] docs: include update submodules in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eae7c8a6..35979b8f 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ The diagram below depicts one representative clustered node showing the combinat ```bash .../some/path/without/spaces % git clone --recurse-submodules https://github.com/pypsa-meets-earth/pypsa-earth-sec.git ``` + To make sure you run the latest version of the submodule (if desired), run the following command to update the git submodules: + ```bash + .../some/path/without/spaces % git submodule update + ``` 2. Move the current directory to the head of the repository. ```bash