Skip to content

Commit

Permalink
docs: build ckb from master
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 11, 2019
1 parent 991e864 commit 04f090e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/get-ckb.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ sudo pacman -Sy git gcc pkgconf clang
brew install autoconf libtool
```

### Build
### Build from master branch

```bash
# get ckb source code
git clone https://github.com/nervosnetwork/ckb.git
cd ckb
git checkout master

# build in release mode
make build
Expand Down

0 comments on commit 04f090e

Please sign in to comment.