Update README.md

This commit is contained in:
Paul J Barrett 2023-08-01 15:54:14 -07:00 committed by GitHub
parent 547896c3b7
commit 202ffd6c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ cargo install --version="~0.6" sqlx-cli --no-default-features --features rustls,
sudo apt-get install lld clang libssl-dev postgresql-client
# Arch
sudo pacman -S lld clang postgresql
# Fedorac
# Fedora
sudo dnf -y install openssl-libs postgresql lld clang
```