Skip to content

feat: add single-command install script #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

seanmcgary
Copy link
Member

Motivation:

Give new users a single "curl-pipe-bash" one-liner to install the devkit. Move the install instructions to the top of the readme to make it more accessible.

Modifications:

  • install-devkit.sh script
  • updated readme
  • introduce the AI overlord, I mean, Claude

@seanmcgary seanmcgary requested a review from a team as a code owner June 27, 2025 21:59
bdchatham
bdchatham previously approved these changes Jun 27, 2025
grezle
grezle previously approved these changes Jun 28, 2025
set -e

# DevKit version
DEVKIT_VERSION="v0.0.9"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this use the root VERSION file to get the latest devkit version ? This way we won't have to update it on every release

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
DEVKIT_VERSION="v0.0.9"
DEVKIT_VERSION=$(curl -fsSL https://raw.githubusercontent.com/Layr-Labs/devkit-cli/main/VERSION)

@seanmcgary seanmcgary dismissed stale reviews from grezle and bdchatham via d13eefa June 29, 2025 04:23
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.

4 participants