summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-22 11:35:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:34:23 +0200
commitc5a026c988c4ea69d8518b95cd76690ae8ddd33d (patch)
treefb1f32c05056bf0b6b1603c5ed0deaa37d9dd159 /README.md
parentd2126f1389da71890d33029f1f123e4bf0f76f22 (diff)
Clarify use of git submodule sync
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79c944fa..61af1ba5 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,6 @@ cp git-hooks/sanity-check.sh .git/hooks/pre-push
Run
```
git submodule init
-git submodule sync
git submodule update
```
to initialize the Git submodules. Run
@@ -45,6 +44,11 @@ with
```
. env/bin/activate
```
+If submodule URLs changed after a pull use
+```
+git submodule sync
+```
+to activate the new URLs.
## Specification Items