Skip to content

Commit

Permalink
πŸ“ Use cross-platform way of enable go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Aug 29, 2020
1 parent 8bdf909 commit be5bba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Or install a binary of the most recent release from the [releases page](https://

If you have Go installed, you can also install it with:
```
GO111MODULE=on go get github.com/makeworld-the-better-one/gemget
go env -w GO111MODULE=on
go get github.com/makeworld-the-better-one/gemget
```
Change the last part to say `gemget@master` to install from the latest commit.

Expand Down

0 comments on commit be5bba4

Please sign in to comment.