Skip to content

Commit

Permalink
README: Update go module docs following #25
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav committed Feb 6, 2024
1 parent d529375 commit 5125ef0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,17 @@ To install the previous minor release of Go:
gimme oldstable
```

To install the most recent patch of the release specified in the `go.mod` file:
To install the release specified in the `go.mod` file:

``` bash
gimme module
```

If the `go` directive in the go.mod is in the form `go 1.21`,
`gimme module` will install the latest patch version, e.g. `1.21.5`.
However, if the `go` directive in go.mod is in the form `go 1.21.5`,
`gimme module` will install the exact version, `1.21.5`.

Or to install and use the development version (master branch) of Go:

``` bash
Expand Down

0 comments on commit 5125ef0

Please sign in to comment.