Skip to content

Commit

Permalink
docs(readme): add GO111MODULE=on to installation command (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
princjef authored Dec 5, 2020
1 parent 4de33c0 commit 7508329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Package gomarkdoc formats documentation for one or more packages as markdown for
If you want to use this package as a command\-line tool\, you can install the command by running:

```
go get -u github.com/princjef/gomarkdoc/cmd/gomarkdoc
GO111MODULE=on go get -u github.com/princjef/gomarkdoc/cmd/gomarkdoc
```

The command line tool supports configuration for all of the features of the importable package:
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// If you want to use this package as a command-line tool, you can install the
// command by running:
//
// go get -u github.com/princjef/gomarkdoc/cmd/gomarkdoc
// GO111MODULE=on go get -u github.com/princjef/gomarkdoc/cmd/gomarkdoc
//
// The command line tool supports configuration for all of the features of the
// importable package:
Expand Down

0 comments on commit 7508329

Please sign in to comment.