Skip to content

Commit c0bdf83

Browse files
committed
Add install options to readme
1 parent e547046 commit c0bdf83

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "humble-cli"
33
authors = ["Mohammad Banisaeid <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55
license = "MIT"
66
description = "The missing CLI for downloading your Humble Bundle purchases"
77
documentation = "https://github.com/smbl64/humble-cli"

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,17 @@ The missing CLI for downloading your Humble Bundle purchases!
1010
- filter them by format (epub, pdf etc.)
1111
- filter them by size
1212
- download only selected items (by index)
13+
- See which bundles have unclaimed keys
14+
- Check your Humble Bundle Choices in current and previous months
1315

1416
## Install
15-
You can find the binaries in the [Releases][releases] page. Windows, macOS and Linux are supported.
17+
Option 1: Download the binaries in the [Releases][releases] page. Windows, macOS and Linux are supported.
18+
19+
Option 2: Install it via `cargo`:
20+
21+
```sh
22+
cargo install humble-cli
23+
```
1624

1725
## Usage
1826

@@ -27,7 +35,7 @@ After that you will have access to the following sub-commands:
2735
```
2836
$ humble-cli --help
2937
30-
humble-cli 0.9.0
38+
humble-cli 0.9.1
3139
The missing Humble Bundle CLI
3240
3341
USAGE:

0 commit comments

Comments
 (0)