Skip to content

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

Open
Shiven0504 wants to merge 2 commits intomsitarzewski:mainfrom
Shiven0504:fix/opencode-global-install-docs
Open

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

Conversation

@Shiven0504
Copy link

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
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.

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

1 participant