summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--README_zh_CN.md9
2 files changed, 18 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.
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 35c27cc..9185f24 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -74,6 +74,15 @@ pub async fn my_func(
}
```
+## 安装
+
+将此添加到您的 `Cargo.toml` 文件中:
+
+```toml
+[dependencies]
+just_template = "0.1"
+```
+
## 许可证
本项目采用 MIT 和 Apache 2.0 双重许可。