Skip to content

Commit

Permalink
Update _index.en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw authored Dec 3, 2020
1 parent 6ed62a4 commit 533b92e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Document/content/tutorials/qitmeer-installation/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ git clone https://github.com/Qitmeer/qitmeer ~//github.com/Qitmeer/qitmeer
```shell
cd ~//github.com/Qitmeer/qitmeer
git pull
go build
make
Done building.
qitmeer version 0.9.2+dev-7478571 (Go version go1.15.5))
Run "./build/bin/qitmeer" to launch.

# once needs cleaning data or problems happened, please uncomment this line to clean data
# ./qitmeer --testnet -L
./qitmeer --testnet --notls --rpcuser=test --rpcpass=test
```
./build/bin/qitmeer --testnet --notls --rpcuser=test --rpcpass=test
```

0 comments on commit 533b92e

Please sign in to comment.