From 57de25afdc9813bda128c6b5db25d2263e97e165 Mon Sep 17 00:00:00 2001 From: Jason5Lee Date: Tue, 18 Jan 2022 11:31:13 +0800 Subject: [PATCH] add installation instructions --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5452add..d069bd5 100644 --- a/README.md +++ b/README.md @@ -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 + +SUBCOMMANDS: + set-new Watch for the new Gradle project and set the gradle version +``` ### `set-new`