Skip to content

Commit

Permalink
Update installation process on README
Browse files Browse the repository at this point in the history
  • Loading branch information
msh5 committed Nov 10, 2019
1 parent 9ceff45 commit b7fa5c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Hello World !

## Installation

We distribute pre-built binaries for major CPUs and OSs,
so it is good to download latest-version binary matched your system:

* [Releases 路 msh5/boy](https://github.com/msh5/boy/releases)

If you cannot find the binary matched with your system, please `go get` this repository:

```console
env GO111MODULE=off go get -u github.com/msh5/boy
```
Expand Down

0 comments on commit b7fa5c3

Please sign in to comment.