Kaynağa Gözat

Merge branch 'patch-1' of git://github.com/reptoidz/cjdns into crashey

Caleb James DeLisle 8 yıl önce
ebeveyn
işleme
d6a12a886b
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  1. 11 0
      README.md

+ 11 - 0
README.md

@@ -114,6 +114,17 @@ it will be downloaded and installed in the source tree.
 
     sudo apt-get install nodejs git build-essential
 
+#### Fedora 22+ based distro:
+
+    sudo dnf install install nodejs git
+    sudo dnf install @development-tools
+    
+#### RHEL based distro (adds the EPEL repo):
+
+    sudo yum localinstall https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
+    sudo yum install install nodejs git
+    sudo yum install @development-tools
+
 #### OS X:
 
 On OS X, you must install the Command Line Developer Tools. If