Skip to content

Commit

Permalink
chore: fix quick start docs
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Apr 12, 2019
1 parent 6573165 commit dadc3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start.md
@@ -1,15 +1,15 @@
# Quick Start

Following steps will assume that the shell can find the executable `ckb`, see
how to [build CKB from source](build.md).
how to [get CKB](get-ckb.md).

## Start Node

```shell
ckb run
```

It will start a node using the default configurations and store files in `data/dev` in current directory.
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).

## Use RPC

Expand Down

0 comments on commit dadc3cd

Please sign in to comment.