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: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ Install it using the `font-jetbrains-mono` cask:
brew install --cask font-jetbrains-mono
```

### APT (Debian 11.11+/Ubuntu 21.04+)

The `fonts-jetbrains-mono` package is available in the official repositories and is managed by the Debian Fonts Team. Install it using APT:

```console
sudo apt update
sudo apt install fonts-jetbrains-mono
```

### Manual installation

_On Mac/Windows_:
Expand All @@ -34,6 +43,7 @@ _On Mac/Windows_:

> **Note** If you have previously installed JetBrains Mono, please uninstall all previous versions to exclude conflicts and errors in rendering.


_On Linux_:

Open a terminal and run the following:
Expand Down