readme: add fedora setup
This commit is contained in:
parent
2a43b59947
commit
817a560bd6
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -36,6 +36,17 @@ sudo corepack enable # provides pnpm
|
||||||
sudo apt install -y build-essential python3
|
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
|
### Windows
|
||||||
|
|
||||||
Install Node.js 20 LTS via the official MSI from <https://nodejs.org> (this
|
Install Node.js 20 LTS via the official MSI from <https://nodejs.org> (this
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue