From a383aaa36ba8199704c9deb4f2b2221677c5baaa Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 2 Jul 2024 10:21:37 +0100 Subject: [PATCH] reword add link defs --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7aa17c..2346849 100644 --- a/README.md +++ b/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/). -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` ## `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` -- [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