From 7d922ca9a0f6d4f2ac1fa64268a2294d07496922 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 17 May 2022 19:29:38 +0200 Subject: [PATCH] change README: recursive git submodule update now that leopard uses sse2neon as a submodule, we need recursive clone. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24e4446..a777ac5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ When nim-leopard is installed with `nimble install leopard`, or as a dependency If the nim-leopard repo is cloned directly, then before running `nimble develop` or `nimble install` in the root of the clone, it's necessary to init the submodule ```text -$ git submodule update --init +$ git submodule update --init --recursive ``` #### Build