diff --git a/README.md b/README.md index 40ae2d1..194eb15 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` すれば起動できます