aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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