mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
ADD: installation method (#604)
* ADD: installation method * Update README.md
This commit is contained in:
parent
0c777cfac1
commit
fde59dd3e4
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ Many Go projects are built using Viper including:
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![Join the chat at https://gitter.im/spf13/viper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/viper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GoDoc](https://godoc.org/github.com/spf13/viper?status.svg)](https://godoc.org/github.com/spf13/viper)
|
[![Build Status](https://travis-ci.org/spf13/viper.svg)](https://travis-ci.org/spf13/viper) [![Join the chat at https://gitter.im/spf13/viper](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/spf13/viper?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GoDoc](https://godoc.org/github.com/spf13/viper?status.svg)](https://godoc.org/github.com/spf13/viper)
|
||||||
|
|
||||||
|
## Install
|
||||||
|
```console
|
||||||
|
go get -u github.com/spf13/viper
|
||||||
|
```
|
||||||
|
|
||||||
## What is Viper?
|
## What is Viper?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue