Skip to content

Commit

Permalink
update console docs (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 committed Aug 26, 2020
1 parent 2a4f070 commit 5de7fec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ curl -#LO https://github.com/FISCO-BCOS/console/releases/download/v1.1.0/downloa
|-- replace_solc_jar.sh # 编译jar包替换脚本
```

**注意:默认下载控制台的版本内置`0.4.25`版本的`solidity`编译器,用户需要编译`0.5`或者`0.6`版本的合约时,可以通过下列命令获取内置对应编译器版本的控制台**
**注意:默认下载的控制台内置`0.4.25`版本的`solidity`编译器,用户需要编译`0.5`或者`0.6`版本的合约时,可以通过下列命令获取内置对应编译器版本的控制台**
```bash
# 0.5
curl -#LO https://github.com/FISCO-BCOS/console/releases/download/v1.1.0/download_console.sh && bash download_console.sh -v 0.5
Expand Down
1 change: 0 additions & 1 deletion en/docs/manual/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ The console provides the account generation script get_account.sh (for the scrip


The console startup methods are as follows:

```
./start.sh
./start.sh groupID
Expand Down

0 comments on commit 5de7fec

Please sign in to comment.