Update doc

This commit is contained in:
syuilo 2018-08-29 06:35:05 +09:00
parent 8848574df0
commit 272700e795

View file

@ -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` すれば起動できます