Skip to content

Commit

Permalink
docs(wiki/kickstart): add alpine requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
angelacastaneda authored and vhyrro committed May 18, 2024
1 parent 8ad97f5 commit a94d7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/wiki/static/Kickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ To use this configuration, a set of prerequisites must be fulfilled beforehand.
4. Ensure you have Lua 5.1 *or* LuaJIT installed on your system:
- **Windows**: install [lua for windows](https://github.com/rjpcomputing/luaforwindows/releases/tag/v5.1.5-52).
- **MacOS**: install via `brew install luajit`. Lua 5.1 is incorrectly marked as "deprecated" on MacOS systems, therefore luajit should be used instead.
- **`apk`**: `sudo apk add luajit luajit-dev wget`
- **`apt`**: `sudo apt install liblua5.1-0-dev`
- **`dnf`**: `sudo dnf install compat-lua-devel-5.1.5`
- **`pacman`**: `sudo pacman -Syu luajit`
Expand Down

0 comments on commit a94d7a1

Please sign in to comment.