Skip to content

feat: support installing from release via one-liner installer - #38

Merged
barbatdev merged 2 commits into
mainfrom
chore/installer-release-support
Jul 7, 2026
Merged

feat: support installing from release via one-liner installer#38
barbatdev merged 2 commits into
mainfrom
chore/installer-release-support

Conversation

@barbatdev

Copy link
Copy Markdown
Owner

Adds stdin detection to install.sh: when run via curl pipe, downloads and extracts the release tarball from GitHub.

Usage:

curl -fsSL https://raw.githubusercontent.com/barbatdev/cortex-dots/v0.2.0/install.sh | bash

Override tag:

CORTEX_DOTS_TAG=v0.1.1 curl ... | bash

Changes:

  • install.sh: stdin detection + tarball download logic
  • README.md: install section with one-liner examples
  • CHANGELOG.md: release install note

Reviewed and approved (see PR discussion).

@barbatdev
barbatdev merged commit 00ad47e into main Jul 7, 2026
1 check failed
@barbatdev
barbatdev deleted the chore/installer-release-support branch July 7, 2026 19:22
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.

2 participants