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
10 changes: 9 additions & 1 deletion src/console-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,21 @@ 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
If you start Anki via the `anki-console.exe` file (or `anki-console.bat` file for Anki versions before 25.07) in `C:\Users\user\AppData\Local\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