From 50bf1ceae39b473f5a82e5ebca9c3e6a298d51e5 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Mon, 14 Mar 2016 11:31:24 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4554a43..8f22321c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,18 @@ Rhai's current feature set: * No additional dependencies * No unsafe code -**Note:** Currently, it's pre-0.1, and is likely to change a bit before it stabilizes enough for a crates.io release.* +**Note:** Currently, it's version 0.1.0, so it's likely to change a bit before it stabilizes enough for a crates.io release.* + +## Installation + +You can install Rhai using crates by adding this line to your dependences: + +``` +[dependencies] +rhai = "0.1.0" +``` + +## Related Other cool projects to check out: * [ChaiScript](http://chaiscript.com/) - A strong inspiration for Rhai. An embedded scripting language for C++ that I helped created many moons ago, now being lead by my cousin.