summaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix install.sh URLs to use 'master' branch instead of 'main'soryu2026-01-161-2/+2
| | | | | | | | The repository uses 'master' as its default branch, not 'main'. Updated the curl command examples in the usage comments to reference the correct branch for downloading the install script. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add curl-based installation script for Makima CLIsoryu2026-01-161-0/+251
Add install.sh that automatically downloads the right version of makima from the latest GitHub release based on the user's OS and architecture. Features: - Auto-detects OS (Linux/macOS) and architecture (x86_64/arm64) - Fetches latest release tag from GitHub API - Downloads appropriate binary for the user's platform - Supports custom INSTALL_DIR environment variable - Graceful error handling with colored output - Supports being piped from curl (curl -fsSL URL | bash) - Verifies installation and checks PATH Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>