Update README.md

This commit is contained in:
syuilo 2018-08-19 04:36:03 +09:00 committed by GitHub
parent f7f93651d9
commit 031ef195c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,11 @@
# ai
## インストール
まず適当なディレクトリに git clone します。
次にそのディレクトリに config.json を作成します。中身は次のようにします:
```
{
"host": "あにゃたのインスタンスのURL",
"i": "APIキー"
}
```
`npm run build` して `node built` すれば起動できます