summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a268bce..cada0b2 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,15 @@ pub async fn my_func(
}
```
+## Installation
+
+Add this to your `Cargo.toml`:
+
+```toml
+[dependencies]
+just_template = "0.1"
+```
+
## License
This project is dual-licensed under MIT and Apache 2.0.