diff --git a/README.md b/README.md index 63413a7..9d333ab 100644 --- a/README.md +++ b/README.md @@ -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.