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