[README] Minor improvements.

This commit is contained in:
Lorenzo Cogotti 2022-12-14 12:52:50 +01:00
parent 20f98c70c3
commit 217cefd4dd
1 changed files with 3 additions and 3 deletions

View File

@ -108,14 +108,14 @@ targets, thus you can install **lua-osx** system wide by running:
**lua-osx** uses [LDoc](https://github.com/lunarmodules/LDoc) for documentation.
You can generate documentation using `ldoc` directly, with the following command:
You can generate documentation using `ldoc` directly, running the following command:
```sh
ldoc .
$ ldoc .
```
Or using the `doc` `Makefile` target:
```sh
make doc
$ make doc
```
Both methods generate a `doc` directory, open `doc/index.html`