From ccdda1b67e9ebb8af7b2b961e0873e14b8e3a2c1 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 13 Sep 2018 17:35:29 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4111b46..8b894bd 100644 --- a/README.md +++ b/README.md @@ -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