From 673470540d95a594828951a803b3a6a2d67a3fca Mon Sep 17 00:00:00 2001 From: Viet-Tien Date: Thu, 29 Nov 2018 10:30:05 +0700 Subject: [PATCH] Update README.md. Edit typo mistake. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0786cec..5f444d3 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Clone solo and build it ```bash git clone --recurse-submodules https://github.com/SoloKeysSec/solo cd solo/ -git submodules init -git submodules update +git submodule init +git submodule update make all ```