Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aboodman committed Aug 7, 2019
1 parent 470eaab commit a5017f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Contributing to Noms

## Install Go

First setup Go on your machine per https://golang.org/doc/install. You need *at least* Go version 1.11.
First setup Go on your machine per https://golang.org/doc/install. You need *at least* Go version 1.11. You can test that you're setup correctly like so:

```shell
# We need at least version 1.11
# Must be at least 1.11
go version
```

Expand Down

0 comments on commit a5017f9

Please sign in to comment.