From 3e06d9bbbe422a4515366c194886224c2378efed Mon Sep 17 00:00:00 2001 From: Gene Hoffman <30377676+hoffmang9@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:45:48 -0800 Subject: [PATCH] Add RHEL 8 VDF install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f977d54765..6c905e93cd 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,14 @@ cd chia-blockchain sh install_timelord.sh ``` +### RHEL 8.0 +``` +sudo yum install mpfr-devel boost boost-devel +cd chia-blockchain + +sh install_timelord.sh +``` ### Windows (WSL + Ubuntu) #### Install WSL + Ubuntu upgraded to 19.x ```bash