diff options
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 ``` |