From 81420e035ad2e69e119655cc2c632a2d78707ebf Mon Sep 17 00:00:00 2001 From: Akopov Date: Mon, 30 Sep 2024 19:35:58 +0300 Subject: [PATCH] Update `pipx` instructions in readme [skip ci] (#1166) If `pipx install git+` is used, the user must have git installed, otherwise the package cannot be installed. In the case of a direct link to the archive, this is not required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96dfe40..1fcd852 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ ___ ### [pipx](https://github.com/pipxproject/pipx#install-pipx) Persistent install: -`pipx install git+https://github.com/benbusby/whoogle-search.git` +`pipx install https://github.com/benbusby/whoogle-search/archive/refs/heads/main.zip` Sandboxed temporary instance: