Merge pull request #37 from tiena2cva/tiena2cva-edit-readme

Update README.md. Edit typo mistake.
This commit is contained in:
nickray
2018-11-29 13:46:45 +01:00
committed by GitHub

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