Skip to content

Commit

Permalink
docs: Updating install script snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 20, 2022
1 parent 0761712 commit bd5a4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ curl \
--location \
--max-time 300 \
--output "/usr/local/bin/kmux"
https://github.com/ViBiOh/kmux/releases/download/v0.2.2/kmux_$(uname -s | tr "[:upper:]" "[:lower:]")_amd64
https://github.com/ViBiOh/kmux/releases/download/v0.2.3/kmux_$(uname -s | tr "[:upper:]" "[:lower:]")_amd64
chmod +x "/usr/local/bin/kmux"
```

Expand Down

0 comments on commit bd5a4bf

Please sign in to comment.