Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jan 7, 2022
1 parent ed412c2 commit c2df608
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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 = "paket"
version = "0.1.0"
version = "0.1.1"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A simple and fast package manager for the Fish shell"
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ This is an *WIP* Git-based *"package manager"* for Fish shell which is under **a

```sh
~> paket --help
paket 0.1.0-beta.4
A simple package manager for the Fish shell 📦
paket 0.1.1
Jose Quintana <https://git.io/joseluisq>
A simple and fast package manager for the Fish shell

USAGE:
paket [SUBCOMMAND]
Expand All @@ -38,10 +39,10 @@ FLAGS:
-V, --version Prints version information

SUBCOMMANDS:
add Add a new package from a local or remote repository
add Install a new package from a local or remote repository
help Prints this message or the help of the given subcommand(s)
rm Remove an existing package
up Update an existing package
rm Uninstall an existing package from a local or remote repository
up Update an existing package from a local or remote repository
```

### Examples
Expand Down

0 comments on commit c2df608

Please sign in to comment.