Skip to content

Commit 9f4aec1

Browse files
committed
docs(readme): use latest release URL for standalone binary download
1 parent 526d6c2 commit 9f4aec1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ Download a pre-built binary from [Releases](https://github.com/nnemirovsky/sluic
148148
Available binaries: `linux/amd64`, `linux/arm64`, `darwin/amd64`, `darwin/arm64`.
149149

150150
```bash
151-
# Download (replace VERSION and OS/ARCH)
152-
curl -L -o sluice https://github.com/nnemirovsky/sluice/releases/download/vVERSION/sluice_VERSION_OS_ARCH
151+
# Download (replace OS_ARCH: linux_amd64, linux_arm64, darwin_amd64, darwin_arm64)
152+
curl -L -o sluice https://github.com/nnemirovsky/sluice/releases/latest/download/sluice_OS_ARCH
153153
chmod +x sluice
154154

155155
# Run standalone

0 commit comments

Comments
 (0)