Mention Debian for apt-get instructions
Since Debian is the upstream for Ubuntu (and many other distributions), I think it makes sense to mention it explicitly.
This commit is contained in:
parent
bf6dc28f0c
commit
04c6b47749
|
|
@ -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