Skip to content

Commit

Permalink
Update link to and build instructions for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoellendorf committed Apr 30, 2024
1 parent d2c6b03 commit 568ae42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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).

Expand Down

0 comments on commit 568ae42

Please sign in to comment.