diff options
| author | Martin Geisler <[email protected]> | 2017-07-22 19:48:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-22 19:48:56 +0200 |
| commit | 04c6b47749eb1a599448238aa1a7cd20f3a8060d (patch) | |
| tree | 84d83fd32b44c88342f5e53498e1dde4453a0b7a | |
| parent | Release v0.9.15 (diff) | |
| download | rust-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |