fix readme
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2025-12-13 11:02:59 +09:00
parent 6876fb741c
commit e780283e5b

View File

@@ -2,9 +2,9 @@
<img src="./icon/avatar.png" width="100"> <img src="./icon/avatar.png" width="100">
- name : ai bot - name : aibot
- base : [ai os](https://git.syui.ai/ai/os) - base : [aios](https://git.syui.ai/ai/os)
- host : [yui.syui.ai](https://bsky.app/profile/yui.syui.ai), [ai.syu.is](https://web.syu.is/profile/ai.syu.is) - host : [yui.syui.ai](https://bsky.app/profile/yui.syui.ai), [ai.syu.is](https://syu.is/profile/did:plc:6qyecktefllvenje24fcxnie)
```sh ```sh
$ aibot $ aibot
@@ -28,14 +28,14 @@ $ aibot ai -t avatar
### login ### login
```sh ```sh
# ai login $handle -p $password # aibot login $handle -p $password
$ aibot l yui.syui.ai -p password $ aibot l yui.syui.ai -p password
$ cat ~/.config/ai/token.toml $ cat ~/.config/ai/token.toml
``` ```
```sh ```sh
# ai l $handle -p $password -s $server # aibot l $handle -p $password -s $server
$ aibot l ai.syu.is -p password -s syu.is $ aibot l ai.syu.is -p password -s syu.is
``` ```