Backend for songs.zachdecook.com
- initialize submodule in update instructions
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |