From 568ae4200e0330bbfbce43fc4e6652068238747b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=B6llendorf?= Date: Tue, 30 Apr 2024 08:13:38 +0200 Subject: [PATCH] Update link to and build instructions for documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83edd56..1107ca2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Many thanks to @touilleman for his exceptional contributions and efforts for mai ## I - Overview This modules offers parsing of ini files from C. -See the complete documentation in HTML format: from this directory, -open the file `html/index.html` with any HTML-capable browser. +See the [complete documentation](https://iniparser.gitlab.io/iniparser-meta/) in HTML format. + Key features: @@ -33,6 +33,7 @@ You should consider trying the following rules too : - `make check` : run unit tests - `make example` : compile the example, run it with `./example/iniexample` + - `make docs` : generate the documentation, open the file `html/index.html` with any HTML-capable browser. For installation and packaging see [iniparser-meta](https://gitlab.com/iniparser/iniparser-meta).