Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/cutting-releases/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Check that the title, changelog, and binary assets look correct.
### 9. Install the binary locally

Ask the user where to install (default: `~/.local/bin/`), then run
the install script from this skill's base directory:
the install script using its repo-root-relative path:

```bash
bash <base-dir>/scripts/install-binary.sh <tag> [install-dir]
bash skills/cutting-releases/scripts/install-binary.sh <tag> [install-dir]
```

The script downloads the release archive, verifies its SHA-256 checksum
Expand Down
Loading