File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,17 @@ $ zsh-manpage-completion-generator -src ~/fish_generated_completions
31
31
32
32
## Installation
33
33
34
- ** Normal :**
34
+ ** From binaries :**
35
35
36
- Download the binary from [ GitHub Releases] [ release ] and drop it in your ` $PATH ` .
36
+ Download the binary from [ GitHub Releases] ( https://github.com/umlx5h/zsh-manpage-completion-generator/releases/latest ) and place it in your ` $PATH ` .
37
37
38
- - [ Linux] [ release ]
39
- - [ Mac] [ release ]
38
+ Install the latest binary to ` /usr/local/bin ` :
39
+
40
+ ``` bash
41
+ curl -L " https://github.com/umlx5h/zsh-manpage-completion-generator/releases/latest/download/zsh-manpage-completion-generator_$( uname -s) _$( uname -m) .tar.gz" | tar xz zsh-manpage-completion-generator
42
+ chmod a+x ./zsh-manpage-completion-generator
43
+ sudo mv ./zsh-manpage-completion-generator /usr/local/bin/zsh-manpage-completion-generator
44
+ ```
40
45
41
46
** Homebrew:**
42
47
@@ -127,5 +132,3 @@ Usage of zsh-manpage-completion-generator:
127
132
## License
128
133
129
134
MIT
130
-
131
- [ release ] : https://github.com/umlx5h/zsh-manpage-completion-generator/releases/latest
You can’t perform that action at this time.
0 commit comments