From 04c6b47749eb1a599448238aa1a7cd20f3a8060d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 22 Jul 2017 19:48:56 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98fee3e8..32ae89bd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ regular development utilities, like `pkg-config`, as the custom build script rel on them. ```bash -# On Ubuntu +# On Debian and Ubuntu sudo apt-get install pkg-config libssl-dev # On Arch Linux sudo pacman -S openssl