[README] Minor improvements.

This commit is contained in:
Lorenzo Cogotti 2022-12-14 12:52:50 +01:00
parent 20f98c70c3
commit 217cefd4dd

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. **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 ```sh
ldoc . $ ldoc .
``` ```
Or using the `doc` `Makefile` target: Or using the `doc` `Makefile` target:
```sh ```sh
make doc $ make doc
``` ```
Both methods generate a `doc` directory, open `doc/index.html` Both methods generate a `doc` directory, open `doc/index.html`