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
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:
10
README.md
10
README.md
@@ -23,29 +23,29 @@ Download the latest release for your platform from the [releases page](https://g
|
||||
**macOS:**
|
||||
```bash
|
||||
# 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
|
||||
|
||||
# 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
|
||||
```
|
||||
|
||||
**Linux:**
|
||||
```bash
|
||||
# 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
|
||||
|
||||
# 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
|
||||
```
|
||||
|
||||
**Windows:**
|
||||
```powershell
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user