From 67cb8509b456ada28eb36a1ee6870545173f00a1 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 7 Sep 2022 22:32:37 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 60d971a..ecaee15 100644 --- a/README.md +++ b/README.md @@ -19,20 +19,14 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) ## Installation -#### GO.MOD - -Add to your `go.mod` file: - -`require github.com/onyx-and-iris/voicemeeter-api-go vX.X.X` - -where `vX.X.X` is the version you require. - #### GO GET Install voicemeeter-api-go package from your console to download the latest version. `go get github.com/onyx-and-iris/voicemeeter-api-go` +or add it to your `go.mod` file. + ## `Use` #### `main.go`