From b0a6002aa804a05f64ba8a063e757dcf3eef6398 Mon Sep 17 00:00:00 2001 From: pursonchen <185297167@qq.com> Date: Wed, 20 Mar 2019 12:15:46 +0800 Subject: [PATCH] Update README.md Add some snippet about Mac OS X Brew Install --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index eae2abca3f3..79809a63a7c 100644 --- a/README.md +++ b/README.md @@ -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.