Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 10, 2023
1 parent 088d349 commit 35429b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "upt"
version = "0.4.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "Universal package management tool for all OSs"
description = "Universal package management tool for any OS"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/upt"
repository = "https://github.com/sigoden/upt"
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Upt — **U**niversal **P**ackage-management **T**ool.

Upt provides a unified command interface to manage packages for all OSs.

Upt relies on platform's package management tool to do the job, it is more like an alias.

[![Build status](https://github.com/sigoden/upt/actions/workflows/ci.yml/badge.svg)](https://github.com/sigoden/upt/actions)
[![Crates.io](https://img.shields.io/crates/v/upt.svg)](https://crates.io/crates/upt)

Upt is a universal package management tool for any operating system, it relies on the platform's package management tool to do the job, it is more like an alias.

## Install

**Use Cargo**
Expand Down

0 comments on commit 35429b1

Please sign in to comment.