File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
translated_docs/zh-CN/version-0.7.0
versioned_docs/version-0.7.0 Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ You can get some free PTC from:
8585
8686``` shell
8787mkdir -v ./testnet/
88- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
89- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/private.key' -o ./testnet/private.key
88+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
89+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/private.key' -o ./testnet/private.key
9090
9191docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
9292 --entrypoint /app/cql covenantsql/covenantsql:latest -- \
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ You can get some free PTC from:
8585
8686``` shell
8787mkdir -v ./testnet/
88- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
89- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/private.key' -o ./testnet/private.key
88+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
89+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/private.key' -o ./testnet/private.key
9090
9191docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
9292 --entrypoint /app/cql covenantsql/covenantsql:latest -- \
Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ You can get some free PTC from:
8686
8787``` shell
8888mkdir -v ./testnet/
89- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
90- curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql:latest /develop/conf/testnet/private.key' -o ./testnet/private.key
89+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/config.yaml' -o ./testnet/config.yaml
90+ curl -kL -# ' https://raw.githubusercontent.com/covenantsql/covenantsql/develop/conf/testnet/private.key' -o ./testnet/private.key
9191
9292docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
9393 --entrypoint /app/cql covenantsql/covenantsql:latest -- \
You can’t perform that action at this time.
0 commit comments