commit 3006184872b5c273b7567b4b4be214ab98f6d571
Author: Flavio Fernandes <ffernand@redhat.com>
Date:   Thu Mar 19 15:36:46 2015 -0400

    Use epel-release instead of url. do not disable other repos when using epel.

diff --git a/README.html b/README.html
index d2cfec7..43d367c 100644
--- a/README.html
+++ b/README.html
@@ -172,13 +172,13 @@
 	    epel repository.
 	    To install access to the epel repository, run these two commands:</p>
 	    <div class="well">
-	      yum install -y https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-2.noarch.rpm<br>
+	      yum install -y epel-release<br>
 	      sed -i -e 's/enabled=1/enabled=0/' /etc/yum.repos.d/epel.repo
 	    </div>
 	    <p>After installing and enabling epel access, packages (6)
 	    through (9) can be installed:
 	    <div class="well">
-	      yum install -y --disablerepo="*" --enablerepo="epel" scons protobuf protobuf-devel protobuf-compiler
+	      yum install -y --enablerepo="epel" scons protobuf protobuf-devel protobuf-compiler
 	    </div>
 	    </p>
 	    <p>
