diff options
author | Mikel Olasagasti Uranga <mikel@olasagasti.info> | 2018-03-05 22:27:10 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2018-05-18 12:51:50 +0100 |
commit | 7da4e7031da60075241af941e5e813fef88ec5b1 (patch) | |
tree | 08003d4c1f1ea2ec39183cad796bb4e18c5ef047 /README.md | |
parent | 7eb9bcb1e5d0452d714d181bd9c88c01344b6fbe (diff) | |
download | sos-7da4e7031da60075241af941e5e813fef88ec5b1.tar.gz |
[docs] Update Debian and Ubuntu command
Since Debian Jessie (8) and Ubuntu 14.04 `apt` command is available,
no need to use `apt-get`.
Debian stable and old-stable have sosreport available,
no need to mention Sid.
Resolves: #1240
Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -107,17 +107,17 @@ Fedora/RHEL users install via yum: yum install sos ``` -Debian(Sid) users install via apt: +Debian users install via apt: ``` -apt-get install sosreport +apt install sosreport ``` -Ubuntu(14.04 LTS and above) users install via apt: +Ubuntu (14.04 LTS and above) users install via apt: ``` -sudo apt-get install sosreport +sudo apt install sosreport ``` [0]: https://github.com/sosreport/sos/wiki/Contribution-Guidelines |