diff options
author | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-09 09:58:24 -0600 |
---|---|---|
committer | Jesse Jaggars <jjaggars@redhat.com> | 2012-03-09 09:58:24 -0600 |
commit | c04ff1d53c78bd08494d2b7038938953548b3ae7 (patch) | |
tree | a3791ff7f716a5b939827504308843346293f009 | |
parent | 470a7642ee2e338b32eed369d1a0f8b924af6e2e (diff) | |
parent | ee46604447296395e33b9f0f3bee158ed5f8f776 (diff) | |
download | sos-c04ff1d53c78bd08494d2b7038938953548b3ae7.tar.gz |
Merge branch 'master' of github.com:sosreport/sosreport
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |