From 47495cdd447dfb115e8546ac9899e73c32125ec7 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 22 Mar 2018 08:45:10 -0400 Subject: - initialize submodule in update instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit 1.4.1