Skip to content

Commit aa99dee

Browse files
authored
Merge pull request #172 from gianklug/patch-1
fix(README): change the way helm-docs is installed
2 parents 4816ed5 + eb95c9d commit aa99dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ go build
8181
Or install from source:
8282

8383
```bash
84-
GO111MODULE=on go get github.com/norwoodj/helm-docs/cmd/helm-docs
84+
go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
8585
```
8686

8787
## Usage

0 commit comments

Comments
 (0)