From 486b142e35aec4f2cdeba3cc2da36155a4c2c695 Mon Sep 17 00:00:00 2001 From: Reuh Date: Sat, 12 Sep 2015 14:00:23 +0200 Subject: [PATCH] Updated README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b115761..6232241 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,11 @@ Warning: the 'u' in the repo's name is a 'µ', not a 'u'. * Clone this repository and run the command `make build-all` to build all the dependencies. * If you only made changes to ctrµLua, run `make` to rebuild ctµLua without rebuilding all the dependencies. -To build the documentation, run `make build-doc` (requires [https://github.com/stevedonovan/LDoc](LDoc)). - May not work under Windows. +#### Lua API Documentation + +* An online version of the documentation can be found here : http://thomas99.no-ip.org/ctrulua +* To build the documentation, run `make build-doc` (requires [LDoc](https://github.com/stevedonovan/LDoc)). + #### Based on ctrulib by smealum: [https://github.com/smealum/ctrulib](https://github.com/smealum/ctrulib)