feat: add curl one-liner install for OpenClaw and fix argument passing#309
Open
benzntech wants to merge 1 commit intomksglu:nextfrom
Open
feat: add curl one-liner install for OpenClaw and fix argument passing#309benzntech wants to merge 1 commit intomksglu:nextfrom
benzntech wants to merge 1 commit intomksglu:nextfrom
Conversation
Owner
|
Hi. Thanks!! It's got conflict issue. |
c8b0fc4 to
487ccd0
Compare
Fix npm run install:openclaw to forward -- args to the bash script so 'npm run install:openclaw -- ~/.openclaw' actually works. Add install.sh for curl-based one-liner installation matching the pattern used by openclaw-claude-code. Update README and docs accordingly.
487ccd0 to
c84227d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
npm run install:openclaw -- ~/.openclawnow correctly forwards the state dir argument to the bash script (previously ignored)install.shfor curl-based one-liner installation:curl -fsSL https://raw.githubusercontent.com/mksglu/context-mode/main/install.sh | bashdocs/adapters/openclaw.mdwith the new curl install optionruntime.jsontoopenclaw.jsonFixes the error where
npm run install:openclaw -- ~/.openclawfailed because the argument was not passed through toscripts/install-openclaw-plugin.sh.