From b2dd96abc4c06da9acf627217bce475c310630f6 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:17:23 +0100 Subject: [PATCH] add install to vm-cli readme --- examples/vm-cli/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/vm-cli/README.md b/examples/vm-cli/README.md index e0419b2..3ed8f8f 100644 --- a/examples/vm-cli/README.md +++ b/examples/vm-cli/README.md @@ -2,6 +2,10 @@ A simple voicemeeter-cli program. Offers ability to toggle, get and set parameters. +## Install + +First build and install it with `go install` + ## Use Toggle with `!` prefix, get by excluding `=` and set by including `=`. Mix and match arguments. @@ -14,7 +18,7 @@ You may pass the following optional flags: for example: -`go run .\main.go -v -k=potato -d=25 strip[0].mute=0 strip[0].mute !strip[0].mute strip[0].mute bus[0].gain=-8.8 command.lock=1` +`vm-cli.exe -v -k=potato -d=25 strip[0].mute=0 strip[0].mute !strip[0].mute strip[0].mute bus[0].gain=-8.8 command.lock=1` Expected output: