diff --git a/README.md b/README.md index e5de4fae77..3f4465ef7a 100644 --- a/README.md +++ b/README.md @@ -87,12 +87,21 @@ command line. Building -------- -On Debian and Ubuntu, `ord` requires `libssl-dev` when building from source: +On Linux, `ord` requires `libssl-dev` when building from source. + +On Debian-derived Linux distributions, including Ubuntu: ``` sudo apt-get install pkg-config libssl-dev build-essential ``` +On Red Hat-derived Linux distributions: + +``` +yum install -y pkgconfig openssl-devel +yum groupinstall "Development Tools" +``` + You'll also need Rust: ```