Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theakopov authored Jul 9, 2024
1 parent 9bfdd88 commit 0204578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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:

Expand Down

0 comments on commit 0204578

Please sign in to comment.