diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2018-10-31 10:24:10 +0800 |
---|---|---|
committer | Sonic <sonic@dexon.org> | 2019-04-08 15:30:14 +0800 |
commit | 54819ce86e62b4e395a7180b9e198c447523da50 (patch) | |
tree | 3fbb0b35f540b7dd8421014d0817932192b63492 /readme.md | |
parent | bbc288d09608072f9dfc12e27b59a5228b7705e0 (diff) | |
download | dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.gz dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.bz2 dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.lz dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.xz dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.zst dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.zip |
Change travisCI setting
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -[](https://travis-ci.com/Spiderpowa/bls) +[](https://travis-ci.com/dexon-foundation/bls) # BLS threshold signature @@ -10,8 +10,8 @@ Create a working directory (e.g., work) and clone the following repositories. ``` mkdir work cd work -git clone git://github.com/herumi/mcl.git -git clone git://github.com/herumi/bls.git +git clone git://github.com/dexon-foundation/mcl.git +git clone git://github.com/dexon-foundation/bls.git git clone git://github.com/herumi/cybozulib_ext ; for only Windows ``` |