1
0
mirror of https://github.com/natnat-mc/moonbuild synced 2026-05-28 02:59:39 +02:00

fixed README.md

This commit is contained in:
Nathan DECHER
2020-05-10 18:29:46 +02:00
parent f954a71e2f
commit 7e7c834309
+1 -1
View File
@@ -11,7 +11,7 @@ It's fast, based on lua, and it's easy to write DSLs with it, so the build instr
## How do I install it?
- First, you'll need Lua 5.2 (untested) or 5.3 and [LuaRocks](https://luarocks.org)
- Then, you'll need `moonscript`, `argparse` and `luastatic`, which you can get from `luarocks`
- Then, you'll need `moonscript`, `argparse`, `luafilesystem` and `luastatic`, which you can get from `luarocks`
- Now, you can simply `make` Moonbuild, or build it with itself with `moon moonbuild.moon`
- You're now ready to install it, with `sudo make install` or `sudo ./moonbuild install`