From 0737077701c44c9bcd5688b0979da871bac4bee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Tue, 6 Sep 2022 19:26:22 +0200 Subject: [PATCH] Use "go install" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.