From f62deb793478bbf2e8e8ace88852b4c0a8ffb292 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 23 Nov 2019 20:39:40 +1100 Subject: [PATCH] Update docs --- book/src/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/installation.md b/book/src/installation.md index 547bcac69c..17496ea6ba 100644 --- a/book/src/installation.md +++ b/book/src/installation.md @@ -39,8 +39,8 @@ See ["Configuring the `PATH` environment variable" If you get a build failure relating to OpenSSL, try installing `openssl-dev` or `libssl-dev` using your OS package manager. -- Ubuntu: `$ apt-get install openssl-dev`. -- Arch Linux: `$ pacman -S libssl-dev`. +- Ubuntu: `$ apt-get install libssl-dev`. +- Amazon Linux: `$ yum install openssl-devel`. ### Perl for Windows