aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMikel Olasagasti Uranga <mikel@olasagasti.info>2018-03-05 22:27:10 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-05-18 12:51:50 +0100
commit7da4e7031da60075241af941e5e813fef88ec5b1 (patch)
tree08003d4c1f1ea2ec39183cad796bb4e18c5ef047 /README.md
parent7eb9bcb1e5d0452d714d181bd9c88c01344b6fbe (diff)
downloadsos-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.md8
1 files 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