From 7da4e7031da60075241af941e5e813fef88ec5b1 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Mon, 5 Mar 2018 22:27:10 +0100 Subject: [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 Signed-off-by: Bryn M. Reeves --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a325789..1164a042 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit