Skip to content

Fix opencode global install docs to use install.sh --path#249

Merged
msitarzewski merged 2 commits intomsitarzewski:mainfrom
Shiven0504:fix/opencode-global-install-docs
Apr 12, 2026
Merged

Fix opencode global install docs to use install.sh --path#249
msitarzewski merged 2 commits intomsitarzewski:mainfrom
Shiven0504:fix/opencode-global-install-docs

Conversation

@Shiven0504
Copy link
Copy Markdown
Contributor

Summary

  • Fixes the opencode README's "Project vs Global" section which told users to cp integrations/opencode/agents/*.md — those files are gitignored and don't exist in the repo
  • Replaces with ./scripts/install.sh --tool opencode --path ~/.config/opencode/agents which handles conversion and copying

Closes #245

Test plan

  • Verify ./scripts/install.sh --tool opencode --path ~/.config/opencode/agents works for global install

The README referenced `cp integrations/opencode/agents/*.md` but those
files are gitignored and only exist after running convert.sh. Replace
with `install.sh --tool opencode --path` which handles both conversion
and copying.

Closes msitarzewski#245
install.sh requires convert.sh to have run first — include both steps.
@Shiven0504
Copy link
Copy Markdown
Contributor Author

i've just added a second commit to include the convert.sh step since install.sh wont run it automatically. So the global install instructions now show both steps.

@mhc222
Copy link
Copy Markdown

mhc222 commented Mar 30, 2026

LGTM. The change correctly replaces the broken cp integrations/opencode/agents/*.md instruction (those files are gitignored and absent on a fresh clone) with the proper two-step convert + install workflow. Documentation is accurate and clear.

@msitarzewski msitarzewski merged commit 783f6a7 into msitarzewski:main Apr 12, 2026
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.

No agents dir under integrations/opencode/ when trying to install globally

3 participants