From d8de82b90e0e4f2278d7da85e0faa7b3f4b02b33 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 29 Sep 2022 18:27:26 +0100 Subject: [PATCH] add note to install in vm-cli --- examples/vm-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vm-cli/README.md b/examples/vm-cli/README.md index 3ed8f8f..09dc187 100644 --- a/examples/vm-cli/README.md +++ b/examples/vm-cli/README.md @@ -4,7 +4,7 @@ A simple voicemeeter-cli program. Offers ability to toggle, get and set paramete ## Install -First build and install it with `go install` +First build and install it with `go install` (skip this step if using binary from [Releases](https://github.com/onyx-and-iris/voicemeeter/releases)) ## Use