From 7e7c834309137068491bd98b9b3f8519e82e635a Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Sun, 10 May 2020 18:29:46 +0200 Subject: [PATCH] fixed README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d6ea5..7d127f3 100644 --- a/README.md +++ b/README.md @@ -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`