Add RHEL 8 VDF install instructions

This commit is contained in:
Gene Hoffman
2020-01-27 20:45:48 -08:00
committed by GitHub
parent b851444235
commit 3e06d9bbbe
+7
View File
@@ -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