Skip to content

Commit

Permalink
docs: update quick start [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 12, 2019
1 parent cfaf75b commit 9b05508
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/get-ckb.md
Expand Up @@ -5,10 +5,9 @@
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.

There is also a repository [ckb-nightly](https://github.com/ckb-nightly/ckb-nightly/releases) containing the nightly builds from the develop
There is also a repository [ckb-builds](https://github.com/ckb-builds/ckb-builds/releases) containing the nightly builds from the develop
branch.


## Build from Source

### Install Build Dependencies
Expand Down
11 changes: 10 additions & 1 deletion docs/quick-start.md
Expand Up @@ -3,13 +3,22 @@
Following steps will assume that the shell can find the executable `ckb`, see
how to [get CKB](get-ckb.md).

CKB uses current directory to store data. It is recommended to setup the
directory with default config files:

```shell
ckb init
```

See how to [configure CKB](configure.md) if you like to tweak the options.

## Start Node

```shell
ckb run
```

It will start a node using the default configurations and store files in `data/dev` in current directory. If you want to customize the configurations, see how to [configure CKB](configure.md).
Restarting in the same directory will reuse the data.

## Use RPC

Expand Down

0 comments on commit 9b05508

Please sign in to comment.