add heading to installation section

This commit is contained in:
onyx-and-iris 2022-07-02 12:30:45 +01:00
parent 39411ab332
commit e7061ce855

View File

@ -19,10 +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 v1.0.2`
### GO GET
Install voicemeeter-api-go package from your console
`go get github.com/onyx-and-iris/voicemeeter-api-go`