Backend for songs.zachdecook.com
- initialize submodule in update instructions
Zach DeCook 2018-03-22
parent 570f05a · commit 47495cd
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70d71a9..aef2817 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,10 @@
To update this repository
-* `git pull && git submodule update && cd chordsdata && ./commands.sh`
+```sh
+git pull && git submodule update --init --recursive && git submodule update &&
+ cd chordsdata && ./commands.sh
+```
## Acknowledgements