From 934a2333aa295b12457400e0038d029e87b80edd Mon Sep 17 00:00:00 2001 From: Jan Schaumann Date: Tue, 19 May 2015 14:22:13 -0400 Subject: [PATCH] use https URL to allow anonymous cloning --- doc/Installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation.adoc b/doc/Installation.adoc index 8985de9..e822a23 100644 --- a/doc/Installation.adoc +++ b/doc/Installation.adoc @@ -59,7 +59,7 @@ First you should download and install the latest YK-VAL release: ---- user@val:~$ sudo apt-get install git make ... -user@val:~$ git clone git://developers.yubico.com/yubikey-val.git +user@val:~$ git clone https://github.com/Yubico/yubikey-val.git ... user@val:~$ cd yubikey-val user@val:~/yubikey-val$ sudo make install