From f4c7b1bbf6786c1e49ec760c7c72fdfd201153b3 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 12 Apr 2019 09:55:01 +0800 Subject: [PATCH] chore: fix quick start docs --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 206f9a3ee6..6ee6d84d4a 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -1,7 +1,7 @@ # 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 @@ -9,7 +9,7 @@ how to [build CKB from source](build.md). 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