Skip to content

Commit 4ce9f5e

Browse files
committed
chore: release v0.6.0
1 parent d584540 commit 4ce9f5e

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "upt"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["sigoden <sigoden@gmail.com>"]
66
description = "Universal package management tool for any OS"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ Some platforms may support multiple package management tools, and upt selects on
158158
You can specify the package manager that UPT should use by setting the `UPT_TOOL` environment variable.
159159

160160
```sh
161-
UPT_TOOL=snap upt install $pkg # run snap to install $pkg
161+
UPT_TOOL=brew upt install $pkg # equal to `brew install $pkg`
162+
UPT_TOOL=nix-env upt install $pkg # equal to `nix-env -i $pkg`
162163
```
163164

164165
## License

0 commit comments

Comments
 (0)