Include Fedora in local development setup (#326)

This commit is contained in:
dullbananas 2024-10-15 12:04:43 -07:00 committed by GitHub
parent 267dec35e4
commit 42deea14fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,12 @@ Arch-based distro:
sudo pacman -S git cargo pkg-config postgresql-libs curl
```
Fedora-based distro:
```bash
sudo dnf install git cargo pkg-config libpq-devel curl
```
macOS:
Install [Homebrew](https://brew.sh/) if you don't already have it installed. Then install Node and pnpm.