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:
85
85
86
86
``` shell
87
87
mkdir -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
90
90
91
91
docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
92
92
--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:
85
85
86
86
``` shell
87
87
mkdir -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
90
90
91
91
docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
92
92
--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:
86
86
87
87
``` shell
88
88
mkdir -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
91
91
92
92
docker run -it --rm -v $( pwd) /testnet/:/app/config/ \
93
93
--entrypoint /app/cql covenantsql/covenantsql:latest -- \
You can’t perform that action at this time.
0 commit comments