From 535eab43d074e810dd2ad34798452e1c3cbbad08 Mon Sep 17 00:00:00 2001 From: nickg Date: Wed, 10 May 2017 11:33:29 -0700 Subject: [PATCH] README edits --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7336dd..43d92ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # godownloader -Download go binaries as fast and easily as possible. +Download Go binaries as fast and easily as possible. This is the inverse of [goreleaser](https://github.com/goreleaser/goreleaser). The goreleaser YAML file is read and creates a custom shell script that can download the right package and the right version for the existing machine. (sometimes this is known as "curl bash") @@ -16,7 +16,7 @@ Your old `.travis.yml` file might have ``` install: - - go get github.com spf13/hugo + - go get github.com/spf13/hugo ``` This can take up to 30 seconds! To fix this up first do: