From ee71e14a475eef5b48d65f1d61987dc2dd49ba99 Mon Sep 17 00:00:00 2001
From: syui <syui@noreply.git.syui.ai>
Date: Sun, 15 Jun 2025 14:05:29 +0000
Subject: [PATCH] =?UTF-8?q?Home=20=E3=82=92=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Home.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/Home.md b/Home.md
index a836d8d..5a3d5ee 100644
--- a/Home.md
+++ b/Home.md
@@ -1,5 +1,7 @@
 ## ailog stream
 
+`ailog auth init`が必要。
+
 1. start: jetstreamを監視してコメントがあったとき管理者アカウントのatprotoの`ai.syui.log.user`にdidを追加する
 2. --ai-generate: AIを使って`$host/index.json`の更新があったとき、新しくatprotoの`ai.syui.log.chat`に`lang`, `comment`を追加する
  
@@ -14,4 +16,14 @@ sudo systemctl daemon-reload
 sudo systemctl start ailog-stream
 
 systemctl status ailog-stream
-```
\ No newline at end of file
+```
+
+## ailog auth
+
+```sh
+$ cat ~/.config/syui/ai/log/config.json
+$ ailog auth logout
+$ ailog auth init
+```
+
+この処理がなければ、`ailog stream`などは動作しない。
\ No newline at end of file