From cc69169731b8fd59ae99cee8a6de958062bf1d96 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 9 Mar 2012 08:08:48 -0500 Subject: README: Debian/Ubuntu installation steps Signed-off-by: Adam Stokes --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index e878d057..7d51248d 100644 --- a/README +++ b/README @@ -13,3 +13,9 @@ To access to the public source code repository for this project run: to install locally (as root) ==> make install to build an rpm ==> make rpm to build a zipfile for use with jython ==> make zip + +Debian/Ubuntu users can install via PPA: + +sudo add-apt-repository ppa:debugmonkeys/sosreport +sudo apt-get update +sudo apt-get install sos -- cgit