Remove openssl from docs. (#322)

- Context: https://github.com/LemmyNet/lemmy/pull/4976
This commit is contained in:
Dessalines 2024-09-16 04:11:39 -04:00 committed by GitHub
parent 8c72d82be3
commit f39b78a46a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@ Install the latest Rust version using [rustup](https://www.rust-lang.org/tools/i
Debian-based distro:
```bash
sudo apt install git cargo libssl-dev pkg-config libpq-dev curl
sudo apt install git cargo pkg-config libpq-dev curl
```
Arch-based distro:
```bash
sudo pacman -S git cargo openssl pkg-config postgresql-libs curl
sudo pacman -S git cargo pkg-config postgresql-libs curl
```
macOS: