Skip to content

Commit 2e1b413

Browse files
committed
dist script
1 parent 9e3fcb4 commit 2e1b413

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,17 @@ Set the environment variable `NO_COLOR` to disable color output.
154154
## Installation
155155

156156

157-
### Binary releases
157+
### Install/Update Binaries
158158

159-
You can download the official zfind binaries from the releases page and place it in your `PATH`.
159+
```
160+
curl https://laktak.github.io/zfind.sh|bash
161+
```
162+
163+
This will download the zfind binary for your OS/Platform from the GitHub releases page and install it to `~/.local/bin`. You will get a message if that's not in your `PATH`.
164+
165+
You probably want to download or view the [setup script](https://laktak.github.io/zfind.sh) before piping it to bash.
160166

161-
- https://github.com/laktak/zfind/releases
167+
If you prefer you can download a binary from [github.com/laktak/zfind/releases](https://github.com/laktak/zfind/releases) manually and place it in your `PATH`.
162168

163169
Prereleased versions can be found directly on the [GitHub Action](https://github.com/laktak/zfind/actions). Click on the latest `ci` action and look for `prerelease-artifacts` at the bottom.
164170

0 commit comments

Comments
 (0)