1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-04-10 23:02:31 +02:00

Merge pull request #29 from jschauma/master

use https URL to allow anonymous cloning
This commit is contained in:
Klas Lindfors 2015-05-20 08:44:08 +02:00
commit 0946af059f

View File

@ -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:~$ 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:~$ cd yubikey-val
user@val:~/yubikey-val$ sudo make install user@val:~/yubikey-val$ sudo make install