mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Remove openssl from docs. (#322)
- Context: https://github.com/LemmyNet/lemmy/pull/4976
This commit is contained in:
parent
8c72d82be3
commit
f39b78a46a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue