From 95c31446228ff3e41ddd0757adf1ac253453fa14 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Fri, 1 Aug 2014 18:01:21 +0100 Subject: [PATCH] Add Yum repo instructions for EL and Fedora --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 128bfea..92f7032 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ Serve `/var/cache/freight` via your favorite web server and install it as an APT sudo apt-get update sudo apt-get -y install freight +### From Fedora/EPEL repositories + +EL users must first [configure EPEL](http://fedoraproject.org/wiki/EPEL/FAQ#How_can_I_install_the_packages_from_the_EPEL_software_repository.3F). + + yum -y install freight + ## Documentation * [Debian packaging for busy people](http://rcrowley.org/articles/packaging.html)