Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
README edits
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed May 10, 2017
1 parent aa30533 commit 535eab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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")

Expand All @@ -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:
Expand Down

0 comments on commit 535eab4

Please sign in to comment.