diff --git a/docs/configure.md b/docs/configure.md index a4c02da79e..5634ec5978 100644 --- a/docs/configure.md +++ b/docs/configure.md @@ -10,9 +10,9 @@ CKB looks for configuration files in ``, which is the current workin - `ckb export`: `ckb.toml` - `ckb cli`: no config file required yet -Command line argument `-C ` sets the value of `` to ``, which must come before subcommand. +Command line argument `-C ` sets the value of `` to ``. -If configuration file is missing, the default config files bundled in the executable will be used. +If CKB could not find the config file, it will use the default bundled ones. Some config file may refer to other files, for example, `chain.spec` in `ckb.toml` and `system_cells` in chain spec file. The file is referred via diff --git a/docs/get-ckb.md b/docs/get-ckb.md index 80550561e8..6337137286 100644 --- a/docs/get-ckb.md +++ b/docs/get-ckb.md @@ -5,7 +5,7 @@ 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/nervosnetwork/ckb-nightly/releases) containing the nightly builds from the develop +There is also a repository [ckb-nightly](https://github.com/ckb-nightly/ckb-nightly/releases) containing the nightly builds from the develop branch.