git clone needs submodules

This commit is contained in:
nickray 2018-11-02 16:01:06 +01:00 committed by GitHub
parent e2dec2625d
commit 29e885d255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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