Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading