From 836ba82fef66227c5b3a01a4485181fcbb81bb0c Mon Sep 17 00:00:00 2001 From: Reuh Date: Sat, 23 Sep 2017 19:38:37 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b8ab2d..27289ce 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ local a = if condition then "one" else "two" end -- statement as expressions Candran is released under the MIT License (see ```LICENSE``` for details). #### Quick setup -Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.5.0-1.rockspec```. +Install Candran automatically using LuaRocks: ```sudo luarocks install rockspec/candran-0.6.1-1.rockspec```. Or manually install LPegLabel (```luarocks install LPegLabel```), download this repository and use Candran through the scripts in ```bin/``` or use it as a library with the self-contained ```candran.lua```.