We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49f9516 + c6225b8 commit c29f8e0Copy full SHA for c29f8e0
README.md
@@ -4,10 +4,10 @@ A CLI tool to check for outdated dependencies in pixi projects.
4
5
## Installation
6
7
-While our PR to get this package added to conda-forge is pending, you can install pixi-outdated with pixi via:
+You can install pixi-outdated with `pixi` via:
8
9
```bash
10
-pixi global install --git https://github.com/benmoss/pixi-outdated
+pixi global install pixi-outdated
11
```
12
13
It can also be installed by downloading the artifact from the latest release and adding it to your PATH.
0 commit comments