You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,11 +154,17 @@ Set the environment variable `NO_COLOR` to disable color output.
154
154
## Installation
155
155
156
156
157
-
### Binary releases
157
+
### Install/Update Binaries
158
158
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.
160
166
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`.
162
168
163
169
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.
0 commit comments