Skip to content

Commit

Permalink
Extend readme with luarocks lua 5.1 version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed Nov 28, 2024
1 parent 4acdb19 commit 7a68797
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ If you see an error like `module 'busted.runner' not found`:
eval $(luarocks path --no-bin)
```

For this to work you need to have Lua 5.1 set as your default version for
luarocks. If that's not the case you can pass `--lua-version 5.1` to all the
luarocks commands above.

[rockspec-format]: https://github.com/luarocks/luarocks/wiki/Rockspec-format
[luarocks]: https://luarocks.org
[luarocks-api-key]: https://luarocks.org/settings/api-keys
Expand Down

0 comments on commit 7a68797

Please sign in to comment.