Skip to content

Commit

Permalink
docs: update install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Abiola Ibrahim <[email protected]>
  • Loading branch information
abiosoft committed Aug 13, 2024
1 parent a66b375 commit 73732ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Binaries are available with every release on the [releases page](https://github.

```sh
# download binary
curl -LO https://github.com/abiosoft/colima/releases/download/v0.7.1/colima-$(uname)-$(uname -m)
curl -LO https://github.com/abiosoft/colima/releases/latest/download/colima-$(uname)-$(uname -m)

# install in $PATH
install colima-$(uname)-$(uname -m) /usr/local/bin/colima # or sudo install if /usr/local/bin requires root.
sudo install colima-$(uname)-$(uname -m) /usr/local/bin/colima
```

## Building from Source
Expand Down

0 comments on commit 73732ae

Please sign in to comment.