ibek opened a new issue, #1487:
URL: https://github.com/apache/camel-website/issues/1487

   Hi, please add install scripts for Camel Launcher on Camel website? like 
those in Claude Code / JBang / and plenty of other CLI tools.
   
   ```
   curl -fsSL https://claude.ai/install.sh | bash
   curl -Ls https://sh.jbang.dev/ | bash -s - app setup
   powershell: irm https://claude.ai/install.ps1 | iex
   ```
   
   Currently, I use manual steps such as:
   ```
   
https://repo1.maven.org/maven2/org/apache/camel/camel-launcher/4.17.0/camel-launcher-4.17.0-bin.zip
   unzip camel-launcher-*-bin.zip
   cd camel-launcher-*/
   chmod +x bin/camel.sh
   mkdir -p $HOME/.local/bin
   ln -sf "$PWD/bin/camel.sh" "$HOME/.local/bin/camel"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to