diff --git a/README.md b/README.md index 0306815..c5571a2 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ revolving around natural language rule-making and self modification. ## Dependencies -The language compiler was written in [Moonscript](http://moonscript.org/), using the -[LPEG library](http://www.inf.puc-rio.br/~roberto/lpeg/) for parsing. LPEG is a dependency, -so you need to install it in order to run the compiler. All of the moon files have been -compiled into lua for convenience, so Moonscript is not a dependency. +Nomsu's only dependencies are [Lua](https://www.lua.org/) (tested with version 5.2.4) (or [Luajit](http://luajit.org/) (tested with version 2.1.0)) and [LPEG](http://www.inf.puc-rio.br/~roberto/lpeg/) (`luarocks install lpeg`). Nomsu's compiler was written in [Moonscript](http://moonscript.org/), but all of the .moon files have been compiled into lua for convenience, so Moonscript is not a dependency. ## Usage