Correct package names for Arch local development (#222)

This commit is contained in:
Andrew Fields 2023-06-20 08:23:19 -05:00 committed by GitHub
parent b04dcb83a4
commit 749e08b19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,7 @@ sudo apt update && sudo apt install yarn
Arch-based distro:
```bash
sudo pacman -S git cargo libssl-dev pkg-config libpq-dev curl
# install yarn (stable)
curl -o- -L https://yarnpkg.com/install.sh | bash
sudo pacman -S git cargo openssl pkg-config postgresql-libs curl yarn
```
macOS: