aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-07-29 14:17:26 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-07-29 14:17:26 -0400
commit53f4f0311ed22ca83c547c0df89915d38e8ae27e (patch)
treeea53bd692b924ee25562a0e1478ff5708b948c9f
parent9c97f8f731aaedd46ecd9c3194c4410b73a3b983 (diff)
downloadsos-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
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index e75970cd..726bccaa 100644
--- a/README.md
+++ b/README.md
@@ -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
```