[CentOS-devel] [PATCH 2/3] update the readme to make the epel installation step more clear

Sat Jul 5 21:56:09 UTC 2014
Brian Stinson <bstinson at ksu.edu>

---
 README.md |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 725b9a4..9ccf916 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@ tracebacks during development.
 
 
 
-## Installing
+## Installing from Git
 Centpkg currently requires the [EPEL](https://fedoraproject.org/wiki/EPEL) repository for pyrpkg and other dependencies. 
 
-    root# <Install and configure EPEL-Release>
+    root# <Download and configure the relevant epel-release RPM>
     root# yum install pyrpkg
     root# git clone https://bitbucket.org/bstinsonmhk/centpkg.git
     root# cd centpkg
@@ -36,10 +36,11 @@ Centpkg currently requires the [EPEL](https://fedoraproject.org/wiki/EPEL) repos
     $ centpkg sources                             # Downloads the binary sources from lookaside and checks hashes
     $ centpkg clean                               # Removes untracked files
 
-### rpmbuild Operations
+### Build Operations
     $ centpkg local                               # Runs a full rpmbuild
     $ centpkg compile                             # Runs rpmbuild -bc
     $ centpkg verify-files                        # Runs rpmbuild -bl
+    $ centpkg mockbuild                           # Runs a local mockbuild
 
 ## License
 
-- 
1.7.1