diff options
| -rw-r--r-- | README.md | 5 |
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 |
