chore(README): fix typo
This commit is contained in:
parent
fa676ad957
commit
d61b1dc334
|
@ -55,7 +55,7 @@ _build/emqx/rel/emqx/bin/emqx console
|
||||||
## クイックスタート
|
## クイックスタート
|
||||||
|
|
||||||
emqx をソースコードからビルドした場合は、
|
emqx をソースコードからビルドした場合は、
|
||||||
`cd _buid/emqx/rel/emqx`でリリースビルドのディレクトリに移動してください。
|
`cd _build/emqx/rel/emqx`でリリースビルドのディレクトリに移動してください。
|
||||||
|
|
||||||
リリースパッケージからインストールした場合は、インストール先のルートディレクトリに移動してください。
|
リリースパッケージからインストールした場合は、インストール先のルートディレクトリに移動してください。
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,7 @@ _build/emqx/rel/emqx/bin/emqx console
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
If emqx is built from source, `cd _buid/emqx/rel/emqx`.
|
If emqx is built from source, `cd _build/emqx/rel/emqx`.
|
||||||
Or change to the installation root directory if emqx is installed from a release package.
|
Or change to the installation root directory if emqx is installed from a release package.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue