aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Geisler <[email protected]>2017-07-22 19:48:56 +0200
committerGitHub <[email protected]>2017-07-22 19:48:56 +0200
commit04c6b47749eb1a599448238aa1a7cd20f3a8060d (patch)
tree84d83fd32b44c88342f5e53498e1dde4453a0b7a
parentRelease v0.9.15 (diff)
downloadrust-openssl-04c6b47749eb1a599448238aa1a7cd20f3a8060d.tar.xz
rust-openssl-04c6b47749eb1a599448238aa1a7cd20f3a8060d.zip
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.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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