Merge pull request #668 from mgeisler/patch-1
Mention Debian for apt-get instructions
This commit is contained in:
commit
6c4500b07c
|
|
@ -26,7 +26,7 @@ regular development utilities, like `pkg-config`, as the custom build script rel
|
||||||
on them.
|
on them.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# On Ubuntu
|
# On Debian and Ubuntu
|
||||||
sudo apt-get install pkg-config libssl-dev
|
sudo apt-get install pkg-config libssl-dev
|
||||||
# On Arch Linux
|
# On Arch Linux
|
||||||
sudo pacman -S openssl
|
sudo pacman -S openssl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue