Skip to content

Commit

Permalink
update readme.md about MacOS binary install (EOSIO#58)
Browse files Browse the repository at this point in the history
* update readme.md about MacOS binary install
  • Loading branch information
pursonc authored and Thaipanda committed Mar 21, 2019
1 parent 7342e06 commit 5f372f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ As BOS continues to develop, developer rewards will be appropriately adjusted to
## Start
1. Build from code : `bash ./eosio_build.sh -s BOS`
2. Docker Style,check [Docker](./Docker/README.md)
3. Mac OS X Brew install and uninstall
#### Mac OS X Brew Install
```sh
$ brew tap boscore/bos
$ brew install bos
```
#### Mac OS X Brew Uninstall
```sh
$ brew remove bos
```

## BOSCore Workflow
BOSCore encourage community developer actively participate in contributing the code, members should follow the workflow below.
Expand Down
10 changes: 10 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ BOS链的代码完全由社区贡献并维护,每个生态参与者都可以
## 开始
1. 源码直接编译: `bash ./eosio_build.sh -s BOS`
2. Docker方式部署,参看 [Docker](./Docker/README.md)
3. Mac OS X Brew 安装 和 卸载
#### Mac OS X Brew 安装
```sh
$ brew tap boscore/bos
$ brew install bos
```
#### Mac OS X Brew 卸载
```sh
$ brew remove bos
```

## BOSCore 开发流程
BOSCore 鼓励社区开发者参与代码贡献,社区成员应当遵循以下工作流:
Expand Down

0 comments on commit 5f372f3

Please sign in to comment.