aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lua/commands.md')
-rw-r--r--lux-lua/commands.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/lux-lua/commands.md b/lux-lua/commands.md
index 7e9de2daa..6ba400775 100644
--- a/lux-lua/commands.md
+++ b/lux-lua/commands.md
@@ -1,7 +1,3 @@
-# Notes
-
-* TODO: Switch to [neolua](https://github.com/neolithos/neolua) ASAP. Rembulan is too immature of an implementation.
-
# Test
```
@@ -33,6 +29,6 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-lua/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-lua -Dversion=0.6.3 -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-lua -Dversion=0.6.6-SNAPSHOT -Dpackaging=jar
```