From 00043ca66d30053199e5f84e9bb20df7759b3147 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 7 Mar 2024 22:03:34 -0400 Subject: [PATCH] Fix URLs in README (#19) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b62371..85f69d9 100644 --- a/README.md +++ b/README.md @@ -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.