Skip to content

Commit eec6368

Browse files
authored
use develop branch ckb-cli (#110)
1 parent bfcb1d9 commit eec6368

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

prepare.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
set -e
2-
# git clone https://github.com/nervosnetwork/ckb-cli.git
3-
# cd ckb-cli
4-
# git checkout develop
5-
# make prod
6-
# cp target/release/ckb-cli ../source/ckb-cli
7-
cp download/0.203.0/ckb-cli ./source/ckb-cli
2+
git clone https://github.com/nervosnetwork/ckb-cli.git
3+
cd ckb-cli
4+
git checkout develop
5+
make prod
6+
cp target/release/ckb-cli ../source/ckb-cli
7+
#cp download/0.203.0/ckb-cli ./source/ckb-cli
88
#cp download/0.117.0/ckb-cli ./source/ckb-cli
99
#git clone https://github.com/quake/ckb-light-client.git
1010
#cd ckb-light-client

0 commit comments

Comments
 (0)