Skip to content

Commit

Permalink
add download tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoXuan40404 committed Oct 21, 2024
1 parent 05e8fc7 commit e623df6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 2.x/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ curl -#LO https://github.com/FISCO-BCOS/FISCO-BCOS/releases/download/v2.11.0/bui
- 其中-g表示生成国密配置,-G表示使用国密SSL连接
```

```eval_rst
.. note::
- 若下载fisco-bcos二进制或get_account.sh脚本失败,建议手动访问github release页面获取最新二进制,并使用-e命令指定节点
```

```bash
bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200,8545
```
Expand Down
5 changes: 5 additions & 0 deletions 3.x/zh_CN/docs/quick_start/air_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ curl -#LO https://gitee.com/FISCO-BCOS/FISCO-BCOS/releases/download/v3.11.0/buil
bash build_chain.sh -l 127.0.0.1:4 -p 30300,20200
```

```eval_rst
.. note::
- 若下载fisco-bcos二进制或get_account.sh脚本失败,建议手动访问github release页面获取最新二进制,并使用-e命令指定节点
```

```eval_rst
.. note::
- 其中-p选项指定起始端口,分别是p2p监听端口、rpc监听端口
Expand Down

0 comments on commit e623df6

Please sign in to comment.