diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-29 14:17:26 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-07-29 14:17:26 -0400 |
commit | 53f4f0311ed22ca83c547c0df89915d38e8ae27e (patch) | |
tree | ea53bd692b924ee25562a0e1478ff5708b948c9f /README.md | |
parent | 9c97f8f731aaedd46ecd9c3194c4410b73a3b983 (diff) | |
download | sos-53f4f0311ed22ca83c547c0df89915d38e8ae27e.tar.gz |
Update README.md
Now that sosreport is in Debian unstable and Ubuntu 13.10 update the readme to reflect a more 'official' way to install this application
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -30,10 +30,15 @@ Fedora/RHEL users install via yum: yum install sos ``` -Debian/Ubuntu users can install via PPA: +Debian(Sid) users install via apt: + +``` +apt-get install sosreport +``` + + +Ubuntu(Saucy 13.10) users install via apt: ``` -sudo add-apt-repository ppa:debugmonkeys/sosreport -sudo apt-get update sudo apt-get install sosreport ``` |