File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,21 +33,21 @@ download the pre-build binaries for your architecture.
3333On macOS:
3434
3535``` bash
36- CTLPTL_VERSION=" 0.5.7 "
36+ CTLPTL_VERSION=" 0.5.8 "
3737curl -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
3838```
3939
4040On Linux:
4141
4242``` bash
43- CTLPTL_VERSION=" 0.5.7 "
43+ CTLPTL_VERSION=" 0.5.8 "
4444curl -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
4545```
4646
4747On Windows:
4848
4949``` powershell
50- $CTLPTL_VERSION = "0.5.7 "
50+ $CTLPTL_VERSION = "0.5.8 "
5151Invoke-WebRequest "https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.windows.x86_64.zip" -OutFile "ctlptl.zip"
5252Expand-Archive "ctlptl.zip" -DestinationPath "ctlptl"
5353Move-Item -Force -Path "ctlptl\ctlptl.exe" -Destination "$home\bin\ctlptl.exe"
You can’t perform that action at this time.
0 commit comments