# HG changeset patch # User Tuomo Valkonen # Date 1594056904 18000 # Node ID 4013d290183239496381c02389c694f0f5c9f024 # Parent 0ea4b0786b4320056b9e2b545804df5b09b90a2d Document LFS installation diff -r 0ea4b0786b43 -r 4013d2901832 README.md --- a/README.md Mon Jul 06 12:19:21 2020 -0500 +++ b/README.md Mon Jul 06 12:35:04 2020 -0500 @@ -20,7 +20,11 @@ ## Installation -You need to install [Lua 5.3][Lua]. +You need to install [Lua 5.3][Lua] and [LuaFileSystem][], e.g. using +[LuaRocks][]): +```sh +$ luarocks install luafilesystem +``` To use [markdown-it][], you need to install [NodeJS][] and then execute `npm install` to install in the top directory of this project. ## License @@ -34,3 +38,5 @@ [Pandoc]: https://pandoc.org/ [Lua]: http://www.lua.org/ [NodeJS]: https://nodejs.org/en/ +[LuaRocks]: https://luarocks.org/ +[LuaFileSystem]: http://keplerproject.github.io/luafilesystem/