Skip to content
Open
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
13 changes: 11 additions & 2 deletions src/console-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,22 @@ thousands of items), as that may slow Anki down, even if the console is not show

### Windows

If you start Anki via the `anki-console.bat` file in `C:\Users\user\AppData\Local\Programs\Anki` (or `C:\Program Files\Anki`), a
separate console window will appear.
If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file
for Anki versions before 25.07) in `%LocalAppData%\Programs\Anki` (or
`C:\Program Files\Anki`), a separate console window will appear.

### macOS

Open Terminal.app, then enter the following text and hit enter:

For Anki 25.07 and later, enter

```
/Applications/Anki.app/Contents/MacOS/launcher
```

For Anki versions before 25.07, enter

```
/Applications/Anki.app/Contents/MacOS/anki
```
Expand Down