aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 699b1d9..b2f8b11 100644
--- a/README.md
+++ b/README.md
@@ -810,8 +810,18 @@ Hello, Alice!
Add Mingling to your `Cargo.toml`:
```toml
-[dependencies]
-mingling = "0.2.0"
+[dependencies.mingling]
+version = "0.2.0"
+features = []
+```
+
+Or use the github version
+
+```toml
+[dependencies.mingling]
+git = "https://github.com/mingling-rs/mingling.git"
+tag = "unreleased"
+features = []
```
Or use the [template project](https://github.com/mingling-rs/mingling-template):