Skip to content

Commit

Permalink
docs: add install via uv to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Oct 4, 2024
1 parent de6d410 commit 0b1960c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Linux._**

## Installation

- `pipx install keyhint` (recommended, requires [pipx](https://pipx.pypa.io/))
- `uv tool install keyhint` (recommended, requires [uv](https://docs.astral.sh/uv/))
- `pipx install keyhint` (requires [pipx](https://pipx.pypa.io/))
- _or_ `pip install keyhint`

## Usage
Expand Down

0 comments on commit 0b1960c

Please sign in to comment.