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

Commit

Permalink
README: update example to use gomodules version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCarrion committed Apr 6, 2019
1 parent 6ebb970 commit 3a705a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Fancy State Machine explaining the rules above:
## Installing

* Using `go` (< 11.1): `go install github.com/MarioCarrion/nit/cmd/nit` **or** download a precompiled release.
* Using `go` (>= 1.11): `GO111MODULE=on go get github.com/MarioCarrion/nit/cmd/nit@v0.5.0`, for installing v0.5.0 for example; see the releases for other versions.
* Using `go` (>= 1.11): `GO111MODULE=on go get github.com/MarioCarrion/nit/cmd/nit@v0.6.0`, for installing v0.6.0 for example; see the releases for other versions.
* Using `retool`: `retool add github.com/MarioCarrion/nit/cmd/nit v0.5.0`, for installing v0.5.0 for example; see the releases for other versions.

## Using
Expand Down

0 comments on commit 3a705a5

Please sign in to comment.