aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4b0f52ca..650fb05a 100644
--- a/README.md
+++ b/README.md
@@ -74,19 +74,19 @@ pull requests.
You can simply run from the git checkout now:
```
-$ sudo ./sosreport -a
+$ sudo ./bin/sos report -a
```
-
-Or, if you only have python3 installed:
+The command `sosreport` is still available, as a legacy rediretor,
+and can be used like this:
```
-$ sudo python3 ./sosreport -a
+$ sudo ./bin/sosreport -a
```
* Note: the `sosreport` command requires a configuration file: if no `sos.conf`
is present in the `/etc` directory (i.e. no system installation of sos exists),
use the `--config` option to provide one:
```
-$ sudo python ./sosreport -a --config ./sos.conf
+$ sudo python ./bin/sos report -a --config ./sos.conf
```
To install locally (as root):