From b350a8a0eba82f5daaae0b0a4b19fbbc2634b8c7 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 26 Apr 2013 12:59:41 -0400 Subject: Update readme to reflect the removal of jboss/application server build and reflect the new build task name for debian builds. Signed-off-by: Adam Stokes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b8182c13..e75970cd 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,7 @@ git clone git://github.com/sosreport/sosreport.git ``` to install locally (as root) ==> make install to build an rpm ==> make rpm -to build a deb ==> make deb-unsign -to build a zipfile for use with jython ==> make zip +to build a deb ==> make deb ``` ### Pre-built Packaging ### -- cgit