Skip to content

Commit 4344b05

Browse files
committed
add basic usage instructions
1 parent d8696e0 commit 4344b05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,14 @@ helm plugin install https://github.com/random-dwi/helm-doc/releases/download/${v
1717

1818
# workaround to fix file permissions
1919
find `helm home` -name helm-doc | xargs -L1 chmod +x
20+
```
21+
22+
## usage
23+
24+
```sh
25+
# show help
26+
helm doc -h
27+
28+
# generate doc for a chart
29+
helm doc [chart]
2030
```

0 commit comments

Comments
 (0)