Skip to content

Commit

Permalink
fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed May 20, 2024
1 parent 4dc9cdb commit 2ff1f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/setup/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ To test the latest development version update directly from git:
Example if installed via pip or pipx

```sh
pip upgrade git+https://github.com/photobooth-app/photobooth-app.git@main
pip install --force git+https://github.com/photobooth-app/photobooth-app.git@main
```

```sh
pip install --force git+https://github.com/photobooth-app/photobooth-app.git@main
pipx upgrade git+https://github.com/photobooth-app/photobooth-app.git@main
```

Or to install a specific version using pipx:
Expand Down

0 comments on commit 2ff1f0b

Please sign in to comment.