Update README.md. Edit typo mistake.

This commit is contained in:
Viet-Tien 2018-11-29 10:30:05 +07:00 committed by GitHub
parent 1a9548c0f0
commit 673470540d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ Clone solo and build it
```bash ```bash
git clone --recurse-submodules https://github.com/SoloKeysSec/solo git clone --recurse-submodules https://github.com/SoloKeysSec/solo
cd solo/ cd solo/
git submodules init git submodule init
git submodules update git submodule update
make all make all
``` ```