Skip to content

Commit edd00f1

Browse files
authored
docs(opencode): use versionless placeholder for pinned-install example (#981)
1 parent ff6e26e commit edd00f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.opencode/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Add Compound Engineering to the `plugin` array in your global or project `openco
1010

1111
Restart OpenCode after changing the config. The OpenCode plugin registers the Compound Engineering skills directory directly; no Bun installer or generated skill copy is required.
1212

13-
To pin a release, add a tag:
13+
To pin a release, add a tag. Replace `X.Y.Z` with the release you want — see the [releases page](https://github.com/EveryInc/compound-engineering-plugin/releases) for available tags:
1414

1515
```json
1616
{
17-
"plugin": ["compound-engineering@git+https://github.com/EveryInc/compound-engineering-plugin.git#compound-engineering-v3.13.1"]
17+
"plugin": ["compound-engineering@git+https://github.com/EveryInc/compound-engineering-plugin.git#compound-engineering-vX.Y.Z"]
1818
}
1919
```
2020

0 commit comments

Comments
 (0)