From 817a560bd64c65555621dbf7aeec9e6c7fffbc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sun, 14 Jun 2026 21:58:35 +0200 Subject: [PATCH] readme: add fedora setup --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c26aa6f..5cedc41 100644 --- a/README.md +++ b/README.md @@ -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 (this