Skip to content

Commit

Permalink
update readme dependencies to have clearer gomod command
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Aug 6, 2019
1 parent b079ff7 commit 3747ae0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ You should have a working Go environment setup. If not check out the Go [gettin

[Go modules](https://github.com/golang/go/wiki/Modules) are used for dependency management. To install all dependencies run the following:

`export GO111MODULE=on`
`go mod vendor`
```sh
export GO111MODULE=on
go mod vendor
```

### Install ###

Expand Down

0 comments on commit 3747ae0

Please sign in to comment.