diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2016-06-08 11:59:36 -0400 |
---|---|---|
committer | Adam Stokes <battlemidget@users.noreply.github.com> | 2016-10-17 08:03:21 -0400 |
commit | 48bf98f5a0e451a8713e59aa0a1d41bac8ecf76f (patch) | |
tree | 16d1c954eb625b01cac2ee314e9f34a340c377d9 | |
parent | 91f5dd297dc20f5a82bbb56e0e9d136070fa32e4 (diff) | |
download | sos-48bf98f5a0e451a8713e59aa0a1d41bac8ecf76f.tar.gz |
Mention python3 and update Ubuntu note.
Mention how to run sosreport on a system with only
python3.
Update the first release sosreport got into Ubuntu to a
supported LTS which should be more recognizable to people.
Fixes: #830
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Signed-off-by: Adam Stokes <battlemidget@users.noreply.github.com>
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -58,6 +58,7 @@ pull requests. ``` You can simply run from the git checkout now ==> Ex: sudo ./sosreport -a +or if you only have python3 installed ==> sudo python3 ./sosreport -a to install locally (as root) ==> make install to build an rpm ==> make rpm ``` @@ -77,7 +78,7 @@ apt-get install sosreport ``` -Ubuntu(Saucy 13.10 and above) users install via apt: +Ubuntu(14.04 LTS and above) users install via apt: ``` sudo apt-get install sosreport |