Skip to content

Commit

Permalink
docs: include update submodules in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
energyLS authored May 8, 2023
1 parent f727188 commit 2b0a631
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b0a631

Please sign in to comment.