2
0

Update README download URLs to v1.0.0
Some checks failed
Release / release (push) Has been cancelled
Release / build (amd64, darwin) (push) Has been cancelled
Release / build (amd64, windows) (push) Has been cancelled
CI / build-and-test (push) Has been cancelled
Release / build (amd64, linux) (push) Has been cancelled
Release / build (arm64, darwin) (push) Has been cancelled
Release / build (arm64, linux) (push) Has been cancelled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
GitCaddy Bot
2026-01-16 10:52:04 -05:00
parent 898ef596ae
commit 4d6900b7a3

View File

@@ -23,29 +23,29 @@ Download the latest release for your platform from the [releases page](https://g
**macOS:** **macOS:**
```bash ```bash
# Apple Silicon (M1/M2/M3/M4) # Apple Silicon (M1/M2/M3/M4)
curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v0.4.5/gitcaddy-runner-0.4.5-darwin-arm64 curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v1.0.0/gitcaddy-runner-1.0.0-darwin-arm64
chmod +x gitcaddy-runner chmod +x gitcaddy-runner
# Intel # Intel
curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v0.4.5/gitcaddy-runner-0.4.5-darwin-amd64 curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v1.0.0/gitcaddy-runner-1.0.0-darwin-amd64
chmod +x gitcaddy-runner chmod +x gitcaddy-runner
``` ```
**Linux:** **Linux:**
```bash ```bash
# x86_64 # x86_64
curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v0.4.5/gitcaddy-runner-0.4.5-linux-amd64 curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v1.0.0/gitcaddy-runner-1.0.0-linux-amd64
chmod +x gitcaddy-runner chmod +x gitcaddy-runner
# ARM64 # ARM64
curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v0.4.5/gitcaddy-runner-0.4.5-linux-arm64 curl -L -o gitcaddy-runner https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v1.0.0/gitcaddy-runner-1.0.0-linux-arm64
chmod +x gitcaddy-runner chmod +x gitcaddy-runner
``` ```
**Windows:** **Windows:**
```powershell ```powershell
# Download the Windows executable # Download the Windows executable
# https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v0.4.5/gitcaddy-runner-0.4.5-windows-amd64.exe # https://git.marketally.com/gitcaddy/gitcaddy-runner/releases/download/v1.0.0/gitcaddy-runner-1.0.0-windows-amd64.exe
``` ```
### Build from Source ### Build from Source