commit 437833aa14b90ec52b1888033be4bd1d2643a55c parent 95488fd807920813fa08b7c876580ad7e0c7cfc1 Author: Frederic Cambus <fred@statdns.com> Date: Tue, 7 Feb 2017 13:50:27 +0100 Sync Diffstat:
M | examples/pages/about.md | | | 28 | ++++++++++++++++------------ |
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/examples/pages/about.md b/examples/pages/about.md @@ -20,22 +20,26 @@ Motyl requires Lua 5.1+ and Make. ### Lua modules -Motyl requires the following Lua modules : +Motyl requires the following Lua modules: -- Lua CJSON - LuaFileSystem -- Lustache -- Markdown +- lunamark +- lustache +- lyaml -Installing via LuaRocks : +Installing via LuaRocks: - luarocks install lua-cjson luarocks install luafilesystem + luarocks install lunamark luarocks install lustache - luarocks install markdown + luarocks install lyaml Alternatively, those modules can be installed directly using binary packages. +## Installation + +## Usage + ## License Motyl is released under the BSD 2-Clause license. See `LICENSE` file @@ -43,13 +47,13 @@ for details. ## Author -Motyl is developed by Frederic Cambus +Motyl is developed by Frederic Cambus. -- Site : http://www.cambus.net -- Twitter: http://twitter.com/fcambus +- Site: https://www.cambus.net +- Twitter: https://twitter.com/fcambus ## Resources -Project Homepage : http://www.cambus.net/motyl/ +Project Homepage: https://www.cambus.net/motyl/ -GitHub : https://github.com/fcambus/motyl +GitHub: https://github.com/fcambus/motyl