diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/guide.md b/docs/guide.md index fa833a7..4ba1cc0 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -15,10 +15,11 @@ Before we get to making sound though, we should learn a bit about the `alive` programming language, and how to install and use it. ## installation -`alive` is written in the Lua programming language, and relies on a number of -other software projects to run. To manage these dependencies `luarocks` is -used, follow [this link][luarocks] for instructions on setting it up. -Once you have luarocks, you can install the dependencies for `alive`: +`alive` is written in the Lua programming language, and is compatible with both +Lua 5.3 and luajit. `alive` requires a number of other Lua libraries to run. To +manage these dependencies `luarocks` is used, follow [this link][luarocks] for +instructions on setting it up. Once you have luarocks, you can install the +dependencies for `alive`: $ luarocks install moonscript $ luarocks install luasystem |
