aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-12 21:52:03 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-12 21:52:03 -0700
commitdf552640f39affe5f5f596a002f37a3d61581b91 (patch)
tree7bf4212f4bf418d498f96d393966ca3bd3d9f4d3
parent1dfc59c807004d7f5d83adf9585cd75a2da120c6 (diff)
Clarified readme.
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index c611cf9..eb96153 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
This is a programming language designed to be used for playing games of Nomic, or engaging
in other similar activities revolving around natural language rule-making and self modification.
-The language compiler was written in [moonscript](http://moonscript.org/), using the
-[lpeg library](http://www.inf.puc-rio.br/~roberto/lpeg/) for parsing. All of the moon files
-have been compiled into lua for convenience.
+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.
In order to run a .nom file, run `lua nomic.lua your_file.nom`. Code can also be compiled
into lua code directly, which still requires nomic.lua as a dependency, but bypasses the