Skip to content

Commit

Permalink
Update version numbers: 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilt Dev committed Oct 8, 2021
1 parent 868334c commit f5d2f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ download the pre-build binaries for your architecture.
On macOS:

```bash
CTLPTL_VERSION="0.5.7"
CTLPTL_VERSION="0.5.8"
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.mac.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
```

On Linux:

```bash
CTLPTL_VERSION="0.5.7"
CTLPTL_VERSION="0.5.8"
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | sudo tar -xzv -C /usr/local/bin ctlptl
```

On Windows:

```powershell
$CTLPTL_VERSION = "0.5.7"
$CTLPTL_VERSION = "0.5.8"
Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"
Expand Down

0 comments on commit f5d2f38

Please sign in to comment.