From c9b47beb8ed27c275f3b126af394f8563384cc38 Mon Sep 17 00:00:00 2001
From: Muhammad-Jibril <jbashir52@gmail.com>
Date: Sat, 13 Feb 2021 02:55:12 +0800
Subject: [PATCH] Add Fedora/RHEL/CentOS (#140)

Add Fedora/RHEL/CentOS Installation details
---
 doc/rust-setup.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/rust-setup.md b/doc/rust-setup.md
index e120b8f7c..c0cbff9c0 100644
--- a/doc/rust-setup.md
+++ b/doc/rust-setup.md
@@ -48,6 +48,17 @@ export OPENSSL_LIB_DIR="/usr/lib/openssl-1.0"
 export OPENSSL_INCLUDE_DIR="/usr/include/openssl-1.0"
 ```
 
+### Fedora/RHEL/CentOS
+
+Use a terminal to run the following commands:
+
+```bash
+# Update
+sudo dnf update
+# Install packages
+sudo dnf install cmake pkgconfig rocksdb rocksdb-devel llvm git libcurl libcurl-devel curl-devel clang
+```
+
 ## Rust Developer Environment
 
 This project uses [`rustup`](https://rustup.rs/) to help manage the Rust toolchain. First install
-- 
GitLab