aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index c980d24..019ee2a 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,14 @@
>
> To use the latest version, pull the project from the `main` branch on `github`
+If you have [`cargo-generate`](https://cargo-generate.github.io/cargo-generate/) installed, you can quickly generate a new project template:
+
+```bash
+cargo generate --git catilgrass/mingling-template
+```
+
+Otherwise, add `Mingling` to your `Cargo.toml`:
+
```toml
# From crates.io
mingling = "0.1.8"