Skip to content

Commit

Permalink
Fix typo in install-all example (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrvz authored Jun 28, 2024
1 parent 052fa97 commit 801665f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pipx 0.10.0

```shell
> pipx list --json > pipx.json
> pipx instal-all pipx.json
> pipx install-all pipx.json
'black' already seems to be installed. Not modifying existing installation in '/usr/local/pipx/venvs/black'. Pass '--force' to force installation.
'pipx' already seems to be installed. Not modifying existing installation in '/usr/local/pipx/venvs/black'. Pass '--force' to force installation.
> pipx install-all pipx.json --force
Expand Down

0 comments on commit 801665f

Please sign in to comment.