mirror of
https://github.com/syuilo/ai.git
synced 2025-04-19 00:56:41 +00:00
Update README.md
This commit is contained in:
parent
f7f93651d9
commit
031ef195c9
1 changed files with 11 additions and 1 deletions
10
README.md
10
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