Remove openssl from docs.

- Context: https://github.com/LemmyNet/lemmy/pull/4976
This commit is contained in:
Dessalines 2024-09-13 19:50:19 -04:00
parent 8c72d82be3
commit 39f8beaab1

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: