From ce3c53e9a57f6d89644056b462a1ae39b9da5e5c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sun, 8 Dec 2024 13:53:30 +0100 Subject: [PATCH] Documentation: Fix advertised `pipx` command `pipx` does not understand `--upgrade`. It slipped in on a recent "improvement" to the docs. --- README.rst | 2 +- docs/getting-started.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9d86aba..af358d4 100644 --- a/README.rst +++ b/README.rst @@ -49,7 +49,7 @@ Crash is available as a package from PyPI. To install the most recent version, run:: - pipx install --upgrade crash + pipx install crash Now, run it:: diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 3a5c71f..2c6c1b7 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -25,7 +25,7 @@ To install the most recent version, run: .. code-block:: console - sh$ pipx install --upgrade crash + sh$ pipx install crash Now, run it: