Skip to content

Commit 339a252

Browse files
committed
📚 Suggest uv as an installation method
1 parent 01cba74 commit 339a252

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ The application can be installed using [`pipx`](https://pypa.github.io/pipx/):
2828
$ pipx install ng2web
2929
```
3030

31+
### uv
32+
33+
The package can be install using [`uv`](https://docs.astral.sh/uv/getting-started/installation/):
34+
35+
```sh
36+
uv tool install ng2web
37+
```
38+
3139
### Homebrew
3240

3341
The package is available via Homebrew. Use the following commands to install:

0 commit comments

Comments
 (0)