Skip to content

Commit

Permalink
Documentation: Fix advertised pipx command
Browse files Browse the repository at this point in the history
`pipx` does not understand `--upgrade`. It slipped in on a recent
"improvement" to the docs.
  • Loading branch information
amotl committed Dec 8, 2024
1 parent a81be2c commit ce3c53e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit ce3c53e

Please sign in to comment.