mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
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.
This commit is contained in:
parent
a509169110
commit
81420e035a
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue