summaryrefslogtreecommitdiff
path: root/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update install.sh to use master branch in usage commentssoryu2026-01-161-2/+2
| | | | | | | Changed URL references from 'main' to 'master' to match the repository's actual default branch name. 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>