We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cce93 commit 2e9a5b0Copy full SHA for 2e9a5b0
1 file changed
README.md
@@ -155,8 +155,9 @@ Add the plugin to your `opencode.json` (or `opencode.jsonc`):
155
156
Local distributable builds are not a routine local setup step: `deno task
157
build`
158
-requires an explicit `VERSION` via `dnt.ts`. If you already have a built
159
-artifact, add it to your `opencode.json`:
+uses the `VERSION` environment variable when set and otherwise falls back to the
+`version` in `deno.json` via `dnt.ts`. If you already have a built artifact, add
160
+it to your `opencode.json`:
161
162
```jsonc
163
{
0 commit comments