readme: add fedora setup

This commit is contained in:
müde 2026-06-14 21:58:35 +02:00
commit 817a560bd6

View file

@ -36,6 +36,17 @@ sudo corepack enable # provides pnpm
sudo apt install -y build-essential python3
```
### Fedora
```sh
# Node 20 + pnpm (corepack ships with the nodejs package)
sudo dnf install -y nodejs
sudo corepack enable # provides pnpm
# Only needed if a prebuilt better-sqlite3 binary is unavailable for your arch
sudo dnf install -y gcc-c++ make python3
```
### Windows
Install Node.js 20 LTS via the official MSI from <https://nodejs.org> (this