diff --git a/README.md b/README.md index 0e5a808..8ad9561 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,12 @@ Many Go projects are built using Viper including: ## Install -```console +```shell go get github.com/spf13/viper ``` +**Note:** Viper uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies. + ## What is Viper?