Update `pipx` instructions in readme [skip ci] (#1166)

If `pipx install git+<link>` 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.
main
Akopov 2024-09-30 19:35:58 +03:00 committed by GitHub
parent a509169110
commit 81420e035a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ ___
### [pipx](https://github.com/pipxproject/pipx#install-pipx) ### [pipx](https://github.com/pipxproject/pipx#install-pipx)
Persistent install: 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: Sandboxed temporary instance: