mirror of
https://github.com/syuilo/ai.git
synced 2025-01-31 15:39:10 +00:00
Merge branch 'master' of https://github.com/syuilo/ai
This commit is contained in:
commit
ec2f6c4630
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
@ -1 +1,11 @@
|
|||
# ai
|
||||
# ai
|
||||
## インストール
|
||||
まず適当なディレクトリに git clone します。
|
||||
次にそのディレクトリに config.json を作成します。中身は次のようにします:
|
||||
```
|
||||
{
|
||||
"host": "あなたのインスタンスのURL",
|
||||
"i": "藍として動かしたいアカウントのAPIキー"
|
||||
}
|
||||
```
|
||||
`npm run build` して `node built` すれば起動できます
|
||||
|
|
Loading…
Reference in a new issue