docs: add Install section linking to the latest Generic Package #18

Merged
David merged 1 commit from docs/readme-latest-link into main 2026-05-14 14:05:28 +02:00
Owner

Summary

Adds an Install section to README.md linking the Forgejo Generic Package for the prebuilt musl-static yt binary.

  • Package overview (browser): https://dev.a8n.run/pandoras-box/-/packages/generic/youtrack-cli/latest - stable URL into the Forgejo web UI, shows whichever file IDs are current.
  • Direct download (curl/wget): https://dev.a8n.run/api/packages/pandoras-box/generic/youtrack-cli/latest/yt-linux-x86_64 - the path CI publishes to.

Also includes a nushell fetch/chmod/run snippet and a note that pinning to a version tag is just swapping latest for vX.Y.Z in the same path.

Test plan

  • After merge, the rendered README on dev.a8n.run/pandoras-box/youtrack-cli shows both links as clickable.
  • Clicking the overview link opens the Forgejo package page.
  • http get on the direct download link returns the current yt binary.
## Summary Adds an `Install` section to README.md linking the Forgejo Generic Package for the prebuilt musl-static `yt` binary. - **Package overview** (browser): `https://dev.a8n.run/pandoras-box/-/packages/generic/youtrack-cli/latest` - stable URL into the Forgejo web UI, shows whichever file IDs are current. - **Direct download** (curl/wget): `https://dev.a8n.run/api/packages/pandoras-box/generic/youtrack-cli/latest/yt-linux-x86_64` - the path CI publishes to. Also includes a nushell fetch/chmod/run snippet and a note that pinning to a version tag is just swapping `latest` for `vX.Y.Z` in the same path. ## Test plan - [ ] After merge, the rendered README on `dev.a8n.run/pandoras-box/youtrack-cli` shows both links as clickable. - [ ] Clicking the overview link opens the Forgejo package page. - [ ] `http get` on the direct download link returns the current `yt` binary.
docs: add Install section linking to the latest Generic Package
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 21s
Create release / Create release from merged PR (pull_request) Has been skipped
fb47e67b22
Adds an `Install` section to README.md pointing at the Forgejo Generic Package for the prebuilt musl-static Linux x86_64 binary. The package overview link (`/pandoras-box/-/packages/generic/youtrack-cli/latest`) is the stable browser URL for the GUI; the direct download link is the API URL CI publishes to. Includes a nushell snippet showing how to fetch, mark executable, and run, plus a note that swapping `latest` for a version tag gives a pinned download.
David merged commit 720ce88ebe into main 2026-05-14 14:05:28 +02:00
David deleted branch docs/readme-latest-link 2026-05-14 14:05:28 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pandoras-box/youtrack-cli!18
No description provided.