File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2727pipx install hike
2828```
2929
30+ ### uv
31+
32+ The package can be install using [ ` uv ` ] ( https://docs.astral.sh/uv/getting-started/installation/ ) :
33+
34+ ``` sh
35+ uv tool install hike
36+ ```
37+
3038### Homebrew
3139
3240The package is available via Homebrew. Use the following commands to install:
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2222pipx install hike
2323```
2424
25+ ### uv
26+
27+ The package can be install using [ ` uv ` ] ( https://docs.astral.sh/uv/getting-started/installation/ ) :
28+
29+ ``` sh
30+ uv tool install hike
31+ ```
32+
2533### Homebrew
2634
2735The package is available via [ Homebrew] ( https://brew.sh ) . Use the following
You can’t perform that action at this time.
0 commit comments