Skip to content

Commit

Permalink
fix master-1.3 branch error
Browse files Browse the repository at this point in the history
  • Loading branch information
bxq2011hust committed Apr 4, 2019
1 parent 9fb5ed8 commit f7ea65a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getstart/compile_and_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git clone https://github.com/FISCO-BCOS/FISCO-BCOS.git
切换到FISCO-BCOS目录下,执行FISCO-BCOS安装脚本。脚本自动下载并安装程序。

```bash
cd FISCO-BCOS
cd FISCO-BCOS && git checkout master-1.3
bash build.sh
#若需要源码编译安装 使用 bash build.sh -b
```
Expand Down
2 changes: 1 addition & 1 deletion docs/guomi/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
.. code-block:: bash
# 进入源码目录(设位于~/mydata目录)
$ cd ~/mydata/FISCO-BCOS
$ cd ~/mydata/FISCO-BCOS && git checkout master-1.3
# 调用build.sh脚本编译国密版fisco-bcos
# 注: (当前用户需要有sudo权限,期间可能会多次输入密码)
Expand Down

0 comments on commit f7ea65a

Please sign in to comment.