mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Include Fedora in local development setup (#326)
This commit is contained in:
parent
267dec35e4
commit
42deea14fc
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue