Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 18, 2024
1 parent d584540 commit 4ce9f5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "upt"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Universal package management tool for any OS"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ Some platforms may support multiple package management tools, and upt selects on
You can specify the package manager that UPT should use by setting the `UPT_TOOL` environment variable.

```sh
UPT_TOOL=snap upt install $pkg # run snap to install $pkg
UPT_TOOL=brew upt install $pkg # equal to `brew install $pkg`
UPT_TOOL=nix-env upt install $pkg # equal to `nix-env -i $pkg`
```

## License
Expand Down

0 comments on commit 4ce9f5e

Please sign in to comment.