mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59:54 +00:00
Fix Fedora instructions to make tests work (#327)
This commit is contained in:
parent
42deea14fc
commit
5f45cb2a33
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sudo pacman -S git cargo pkg-config postgresql-libs curl
|
||||||
Fedora-based distro:
|
Fedora-based distro:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install git cargo pkg-config libpq-devel curl
|
sudo dnf install git cargo pkg-config libpq-devel curl postgresql-server postgresql-contrib
|
||||||
```
|
```
|
||||||
|
|
||||||
macOS:
|
macOS:
|
||||||
|
|
Loading…
Reference in a new issue