From fde59dd3e479c31f3015792ffec5a0ea2366d92c Mon Sep 17 00:00:00 2001 From: Alpha Date: Wed, 12 Jun 2019 04:58:53 +0800 Subject: [PATCH] ADD: installation method (#604) * ADD: installation method * Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4531fc..304a3e6 100644 --- a/README.md +++ b/README.md @@ -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) +## Install +```console +go get -u github.com/spf13/viper +``` ## What is Viper?