diff --git a/README.md b/README.md index d2c6d16..1c9a553 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # ai ## インストール -まず適当なディレクトリに git clone します。 -次にそのディレクトリに config.json を作成します。中身は次のようにします: +> Node.jsとnpmがインストールされている必要があります。 + +まず適当なディレクトリに `git clone` します。 +次にそのディレクトリに `config.json` を作成します。中身は次のようにします: ``` { "host": "あなたのインスタンスのURL", "i": "藍として動かしたいアカウントのAPIキー" } ``` -`npm run build` して `node built` すれば起動できます +`npm install` して `npm run build` して `node built` すれば起動できます