From 29e885d25501d7884d387523112b9d1fb56ea5f8 Mon Sep 17 00:00:00 2001 From: nickray Date: Fri, 2 Nov 2018 16:01:06 +0100 Subject: [PATCH] git clone needs submodules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5476d84..1fdcdeb 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ bulk order and provide open source security tokens for everyone that is interest Clone solo and build it ```bash -git clone https://github.com/SoloKeysSec/solo +git clone --recurse-submodules https://github.com/SoloKeysSec/solo cd solo/ make all