diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-21 12:39:15 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-21 12:39:15 +0000 |
| commit | 9efba7d39817a2f4942214ce907f254e23ca87a0 (patch) | |
| tree | e0e20b3bc2d31a3bca2c266563a33e8ca1393c2c /docs | |
| parent | lib/midi: luajit bit support (diff) | |
| download | alive-9efba7d39817a2f4942214ce907f254e23ca87a0.tar.gz alive-9efba7d39817a2f4942214ce907f254e23ca87a0.zip | |
docs/guide: document supported interpreter versions
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 |
