Skip to content
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

feat: add one click install bash script #3

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

slashexx
Copy link
Collaborator

@slashexx slashexx commented Dec 16, 2024

This PR introduces a one-click install bash script for Lumine CLI, simplifying the setup process for users.

Fixes #2

Changes Made

  1. Added Bash Script (install.sh):

    • Automates the installation process:
      • Clones the Lumine repository.
      • Checks for required dependencies (e.g., Git, Go).
      • Builds the Lumine CLI binary using go build.
      • Moves the binary to /usr/local/bin for global access.
      • Cleans up temporary files after installation.
    • Provides informative messages for users during the process.
    • Handles errors gracefully to ensure a smooth experience.
  2. Updated README:

    • Added a clear installation section with a link to the bash script.
    • Included instructions for executing the script in a single command.

Testing

  • Tested the script on various environments to ensure compatibility and error handling.

Why This Change?

  • To make Lumine CLI more accessible by removing manual setup steps.
  • Enhances usability for new users and contributors.

Preview

  • Users can now install Lumine CLI with:
    curl -sSL <script-link> | bash  

Checklist

  • Add the bash script to the repository.
  • Update the README with installation instructions.
  • Test script across Linux environments.

Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lumine ❌ Failed (Inspect) Dec 16, 2024 1:33pm

Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for gentle-nasturtium-565653 ready!

Name Link
🔨 Latest commit 6e62b5a
🔍 Latest deploy log https://app.netlify.com/sites/gentle-nasturtium-565653/deploys/67602c3cd9deba0008133065
😎 Deploy Preview https://deploy-preview-3--gentle-nasturtium-565653.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@slashexx slashexx merged commit ff8697e into main Dec 16, 2024
4 of 6 checks passed
Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for luminedevops canceled.

Name Link
🔨 Latest commit 6e62b5a
🔍 Latest deploy log https://app.netlify.com/sites/luminedevops/deploys/67602c3cd96302000899111d

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.

feat: Add a one-click install bash script and update the link in readme.
1 participant