Skip to content

fix: add missing CLI install script and complete manual install docs#9

Merged
RealZST merged 1 commit intomainfrom
fix/install-script
Apr 13, 2026
Merged

fix: add missing CLI install script and complete manual install docs#9
RealZST merged 1 commit intomainfrom
fix/install-script

Conversation

@RealZST
Copy link
Copy Markdown
Owner

@RealZST RealZST commented Apr 13, 2026

Summary

  • Add install.sh that auto-detects architecture (arm64/x64), downloads the latest hk binary from GitHub releases, and installs to ~/.local/bin
  • Complete the manual install instructions in README with chmod +x and mv steps

Test plan

  • Tested install.sh locally — correctly detects arm64, downloads v1.0.3, installs to ~/.local/bin/hk
  • hk status works after installation

🤖 Generated with Claude Code

The README referenced install.sh but the file didn't exist, causing a
404 error. Adds a shell script that auto-detects architecture (arm64/x64),
downloads the latest hk binary from GitHub releases, and installs to
~/.local/bin.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@RealZST RealZST merged commit 291c14c into main Apr 13, 2026
3 checks passed
@RealZST RealZST deleted the fix/install-script branch April 13, 2026 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant