Skip to content

Commit

Permalink
Fix URLs in README (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen authored Mar 8, 2024
1 parent 51e3832 commit 00043ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ If you don't already have `pipx` installed, you can get installation instruction
[here](https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx).

```shell
pipx install git+https://github.com/tdilauro/palace-client-utils.git
pipx install git+https://github.com/ThePalaceProject/palace-tools.git
```

or, if you wish to install a particular branch or commit, you can do something like this
(more details about [installing from VCS here](https://github.com/pypa/pipx?tab=readme-ov-file#installing-from-source-control)):

```shell
pipx install git+https://github.com/tdilauro/palace-client-utils.git@branch-or-commit
pipx install git+https://github.com/ThePalaceProject/palace-tools.git@branch-or-commit
```

If installation is successful, `pipx` will list the apps that are installed with the package.
Expand Down

0 comments on commit 00043ca

Please sign in to comment.