mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2024-11-15 17:40:56 +00:00
reword
add link defs
This commit is contained in:
parent
28945b72c5
commit
a383aaa36b
11
README.md
11
README.md
@ -74,14 +74,19 @@ Multiple API commands can be in a single line but they should be space separated
|
|||||||
|
|
||||||
Run the included `makefile` with [GNU Make](https://www.gnu.org/software/make/).
|
Run the included `makefile` with [GNU Make](https://www.gnu.org/software/make/).
|
||||||
|
|
||||||
By default the log.c module is built with coloured logging enabled. To disable this you can override the `LOG_USE_COLOR` variable, for example:
|
The binary in [Releases][releases] is compiled with coloured logging enabled. To disable this you can override the `LOG_USE_COLOR` variable, for example:
|
||||||
|
|
||||||
`make LOG_USE_COLOR=no`
|
`make LOG_USE_COLOR=no`
|
||||||
|
|
||||||
## `Official Documentation`
|
## `Official Documentation`
|
||||||
|
|
||||||
- [Voicemeeter Remote C API](https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/VoicemeeterRemoteAPI.pdf)
|
- [Voicemeeter Remote C API][remoteapi-docs]
|
||||||
|
|
||||||
## `Special Thanks`
|
## `Special Thanks`
|
||||||
|
|
||||||
- [rxi](https://github.com/rxi) for writing the [log.c](https://github.com/rxi/log.c) package
|
- [rxi][rxi-user] for writing the [log.c][log-c] package
|
||||||
|
|
||||||
|
[releases]: https://github.com/onyx-and-iris/vmrcli/releases
|
||||||
|
[remoteapi-docs]: https://github.com/onyx-and-iris/Voicemeeter-SDK/blob/main/VoicemeeterRemoteAPI.pdf
|
||||||
|
[rxi-user]: https://github.com/rxi
|
||||||
|
[log-c]: https://github.com/rxi/log.c
|
||||||
|
Loading…
Reference in New Issue
Block a user