From c9cd96476c8d0b3767dee30d04cba7307cf10baf Mon Sep 17 00:00:00 2001 From: Samgu Lee Date: Mon, 27 Jul 2026 18:41:24 +0900 Subject: [PATCH] docs: clarify token storage paths in `README.md` --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42865bd..7a63ed3 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,13 @@ The command will: - show you an 8-digit code to enter - save the resulting token locally after authorization -The token is stored at: +The token is stored at `os.UserConfigDir()/ai-issue/token`: -```text -~/.config/ai-issue/token -``` +| OS | Path | +| ------- | ---------------------------------------------- | +| macOS | `~/Library/Application Support/ai-issue/token` | +| Linux | `~/.config/ai-issue/token` | +| Windows | `%AppData%\ai-issue\token` | Optional: