Skip to content

Commit

Permalink
docs(README): Add "go get" installation note
Browse files Browse the repository at this point in the history
Re-write Linux instructions because they're more generic and do not only apply to Linux
  • Loading branch information
KevinGimbel committed Feb 5, 2018
1 parent c74a9ed commit 5e6d4bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ $ brew tap kevingimbel/tap
$ brew install license
```

On Linux machines, use `go get`
#### `go get`

If brew or binary installations do not suite you, you can install license with `go get`.

```sh
$ get github.com/kevingimbel/license
$ go get github.com/kevingimbel/license
```
_Note:_ Go must be installed on the system.

### Usage

Expand Down

0 comments on commit 5e6d4bc

Please sign in to comment.