From b31dc7a9cdaf565ee98c8199dd0fe85f4eac3f2a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 28 Apr 2022 18:33:51 -0700 Subject: docs(readme): update template usage info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa181fa..9559d65 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,17 @@ Rust Crate Template is a Rust crate template. ## Usage +> Using this as a template? Try +> `cargo generate --git https://github.com/Fuwn/rust-crate-template` with +> [`cargo-generate`](https://github.com/cargo-generate/cargo-generate)! + ### Add Rust Crate Template as a dependency ```toml # Cargo.toml [dependencies] -rust-crate-template = "0.1.0" +rust-crate-template = "0.1.1" ``` ## Examples -- cgit v1.2.3