Skip to content

Commit a1ab00c

Browse files
committed
fix readme
1 parent ce8871b commit a1ab00c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,17 @@ $ zsh-manpage-completion-generator -src ~/fish_generated_completions
3131

3232
## Installation
3333

34-
**Normal:**
34+
**From binaries:**
3535

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`.
3737

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+
```
4045

4146
**Homebrew:**
4247

@@ -127,5 +132,3 @@ Usage of zsh-manpage-completion-generator:
127132
## License
128133

129134
MIT
130-
131-
[release]: https://github.com/umlx5h/zsh-manpage-completion-generator/releases/latest

0 commit comments

Comments
 (0)