doc: minor README improvements

This commit is contained in:
Roland Conybeare 2023-10-18 12:33:10 -04:00
commit dc253cd388

View file

@ -23,6 +23,8 @@ $ make install
```
(also see .github/workflows/main.yml)
## Development
### build for unit test coverage
```
$ cd xo-pyprintjson
@ -44,3 +46,14 @@ while Cmake creates them in the root of its build directory.
$ cd xo-pyprintjson
$ ln -s build/compile_commands.json # supply compile commands to LSP
```
### display cmake variables
- `-L` list variables
- `-A` include 'advanced' variables
- `-H` include help text
```
$ cd xo-pyprintjson/build
$ cmake -LAH
```