Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason5Lee committed Jan 18, 2022
1 parent c64180a commit 57de25a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ Gradle utility written in Rust.

Note that this project is still at the alpha stage. The functionalities and behaviors may change.

## Subcommands
## Install

You can find the pre-built binaries at the [release page](https://github.com/jason5lee/gradle-util-rs/releases). You can build and install it via `cargo install gradle-util-rs --version 0.1.0-alpha.1`.

## Usage

```
USAGE:
gur <SUBCOMMAND>
SUBCOMMANDS:
set-new Watch for the new Gradle project and set the gradle version
```

### `set-new`

Expand Down

0 comments on commit 57de25a

Please sign in to comment.