Skip to content

Commit

Permalink
docs: ckb is available via github releases now
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 10, 2019
1 parent 702cd88 commit f8aaec0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md), an

## Documentations

- [Build CKB](docs/build.md)
- [Get CKB](docs/get-ckb.md)
- [Quick Start](docs/quick-start.md)
- [Configure CKB](docs/configure.md)
- [CKB Core Development](docs/ckb-core-dev.md)
14 changes: 11 additions & 3 deletions docs/build.md → docs/get-ckb.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Build CKB
# Get CKB

## Install Build Dependencies
## Download from Releases

We will publish binaries for each release via [Github Releases](https://github.com/nervosnetwork/ckb/releases). If your system
is listed there, you can download the package directory.


## Build from Source

### Install Build Dependencies

CKB is currently tested mainly with `stable-1.33.0` on Linux and macOS.

Expand Down Expand Up @@ -33,7 +41,7 @@ sudo pacman -Sy git gcc pkgconf clang
brew install autoconf libtool
```

## Build from Source
### Build

```bash
# get ckb source code
Expand Down

0 comments on commit f8aaec0

Please sign in to comment.