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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,18 @@ For Arch Linux users, [`mkcert`](https://archlinux.org/packages/extra/x86_64/mkc
sudo pacman -Syu mkcert
```

For Debian users, [`mkcert`](https://tracker.debian.org/pkg/mkcert) is available on the main archive since Bookworm.

```
sudo apt install mkcert
```

For Ubuntu users, [`mkcert`](https://launchpad.net/ubuntu/+source/mkcert) is available on the main archive since Jammy.

```
sudo apt install mkcert
```

### Windows

On Windows, use [Chocolatey](https://chocolatey.org)
Expand Down