aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-28 18:33:51 -0700
committerFuwn <[email protected]>2022-04-28 18:33:51 -0700
commitb31dc7a9cdaf565ee98c8199dd0fe85f4eac3f2a (patch)
treee095076d82211dc288844c9c77f6cd6e4bea6340 /README.md
parentfeat: release 0.1.0 (diff)
downloadrust-crate-template-0.1.1.tar.xz
rust-crate-template-0.1.1.zip
docs(readme): update template usage infoHEAD0.1.1main
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