Skip to content

Commit

Permalink
Add a link to the Lua manual
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed Jul 25, 2021
1 parent 3165127 commit 2c9e331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Pallene must be run against a custom-built version of the Lua interpreter.
This custom version of Lua 5.4 doesn't have to be the same one that you will use to run the compiler itself,
or to install the Luarocks packages.

To compile the custom version of Lua, follow the instructions found the vm/doc/readme.html.
To compile the custom version of Lua, follow the instructions found the [Lua README](https://www.lua.org/manual/5.4/readme.html), also found in the vm/doc/readme.html file.

For Linux, these are the commands you need to run:

```sh
Expand Down

0 comments on commit 2c9e331

Please sign in to comment.