Skip to content

Commit

Permalink
Added reference to online documentation
Browse files Browse the repository at this point in the history
Added local construction instructions for the documentation
  • Loading branch information
sodomon2 committed Apr 11, 2024
1 parent 62b6ac2 commit fa46a7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ Install with luarocks:

```
$ luarocks install lua-escpos
```

## Documentation
See the online documentation of [lua-escpos](https://sodomon.gitlab.io/lua-escpos)

To generate the documentation locally:

```
$ ldoc -c docs/config.ld -d ../public/ -a .
```
the documentation will be generated in public/.


## Dependencies
Expand Down

0 comments on commit fa46a7e

Please sign in to comment.