Use "go install"

This commit is contained in:
Thomas Güttler 2022-09-06 19:26:22 +02:00 committed by GitHub
parent 419fd86e49
commit 0737077701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ Many Go projects are built using Viper including:
## Install
```shell
go get github.com/spf13/viper
go install github.com/spf13/viper
```
**Note:** Viper uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.