From 2a09c4e713c5dc4ba1a0509394bd6b9f677fafc9 Mon Sep 17 00:00:00 2001 From: Max Claus Nunes Date: Wed, 4 Dec 2019 18:19:40 -0300 Subject: [PATCH] Add example to install using the binary --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed44e10..fcad128 100644 --- a/README.md +++ b/README.md @@ -18,15 +18,23 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/maxcnunes/gaper)](https://goreportcard.com/report/github.com/maxcnunes/gaper) [![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser) +## Changelog + +See [Releases](https://github.com/maxcnunes/gaper/releases) for detailed history changes. + ## Installation +Using go tooling: + ``` go get -u github.com/maxcnunes/gaper/cmd/gaper ``` -## Changelog +Or, downloading the binary instead (example for version 1.0.3, make sure you are using the latest version though): -See [Releases](https://github.com/maxcnunes/gaper/releases) for detailed history changes. +``` +curl -SL https://github.com/maxcnunes/gaper/releases/download/v1.0.3/gaper_1.0.3_linux_amd64.tar.gz | tar -xvzf - -C "${GOPATH}/bin" +``` ## Usage