From 43e268373d1913eb28f7c26fcfc9ce7c2ab80db3 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 9 Sep 2017 05:14:41 +0200 Subject: [PATCH] Mention minimum ldoc version in the readme (#2027) See commit 2c741f8e1d934da32a which introduced this dependency. Signed-off-by: Uli Schlachter --- docs/01-readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/01-readme.md b/docs/01-readme.md index d667bcb1..3819cbd5 100644 --- a/docs/01-readme.md +++ b/docs/01-readme.md @@ -69,7 +69,8 @@ Additionally, the following optional dependencies exist: - [asciidoc](http://www.methods.co.nz/asciidoc/) and [xmlto](https://fedorahosted.org/xmlto/) for generating man pages - [gzip](http://www.gzip.org/) for compressing man pages -- [ldoc](https://stevedonovan.github.io/ldoc/) for generating the documentation +- [ldoc >= 1.4.5](https://stevedonovan.github.io/ldoc/) for generating the + documentation - [busted](https://olivinelabs.com/busted/) for running unit tests - [luacheck](https://github.com/mpeterv/luacheck) for static code analysis - [LuaCov](https://keplerproject.github.io/luacov/) for collecting code coverage