From 4e702f9ae2652c3500067eedffac8b0776cf4ca1 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Jul 05 2014 22:19:46 +0000 Subject: update the readme to make the epel installation step more clear --- 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# + root# 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