Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
First, install the deploy tool

```
pip3 install --user packit-deploy
pipx install packit-deploy
```

Ensure that the path that the script is copied into is in your path (on Linux, most likely `~/.local/bin`, on OSX `~/Library/Python/<version>/bin`
Expand Down Expand Up @@ -42,7 +42,8 @@ packit start config
It is possible that the `packit-deploy` deploy scripts should be updated

```
pip3 install --user --upgrade packit-deploy
pipx uninstall packit-deploy
pipx install packit-deploy
```

Then redeploy with:
Expand Down