aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-10-09 05:19:04 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-10-09 05:19:04 -0700
commitebda0e017e82b01e17e5af66fad8bd88cd6023e8 (patch)
treed3e6543357a893b4cea4de4e285a3905ba848670
parentfcb0afc572befffb02a7409d2d0e54aa317bd8e3 (diff)
Updating readme again.
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
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