mirror of
https://github.com/spf13/viper
synced 2025-05-11 14:47:20 +00:00
Use "go install"
This commit is contained in:
parent
419fd86e49
commit
0737077701
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Many Go projects are built using Viper including:
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```shell
|
```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.
|
**Note:** Viper uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
|
||||||
|
|
Loading…
Add table
Reference in a new issue