Update README.md

This commit is contained in:
Nicolas Stalder 2018-09-13 17:35:29 +00:00
parent 20d40941b6
commit ccdda1b67e

View File

@ -46,8 +46,8 @@ bulk order and provide open source security tokens for everyone that is interest
Clone and Compile CBOR library and FIDO 2 client library.
```bash
git clone https://github.com/conorpp/u2f-one
cd u2f-one/
git clone https://gitlab.com/solokeys/solo
cd solo/
git submodule update --init
cd tinycbor && make