From 2bc611e8fce255677bc04bc3c49993911ce0e3f1 Mon Sep 17 00:00:00 2001 From: sessionm21 Date: Tue, 28 Apr 2020 22:47:55 +0100 Subject: [PATCH] update gitsubmodule command in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40831e7..3233aba 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ On a clean clone one would most likely have to run ``` -git submodule update --recursive +git submodule update --init --recursive ``` # Makefile Stuff