summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-11-01 13:23:03 -0400
committerDax Raad <[email protected]>2025-11-01 13:23:03 -0400
commitf98e7304053c1d1d23f5a052c92cf17bb6ad54e7 (patch)
treee9c36c93e7a1b0c01caa0746a0226232564a921e
parentb12bef05d35aa4f982069f66a13ed7db2e9475c3 (diff)
downloadopencode-f98e7304053c1d1d23f5a052c92cf17bb6ad54e7.tar.gz
opencode-f98e7304053c1d1d23f5a052c92cf17bb6ad54e7.zip
docs update
-rw-r--r--packages/web/src/content/docs/1-0.mdx9
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/1-0.mdx b/packages/web/src/content/docs/1-0.mdx
index 735954b2c..74cc8d13a 100644
--- a/packages/web/src/content/docs/1-0.mdx
+++ b/packages/web/src/content/docs/1-0.mdx
@@ -13,8 +13,8 @@ The new TUI works like the old one since it connects to the same opencode server
## Upgrading
-You will not be autoupgraded to 1.0 if you are currently using a previous
-version.
+You should not be autoupgraded to 1.0 if you are currently using a previous
+version. However some older versions of OpenCode always grab latest.
To upgrade manually, run
@@ -22,6 +22,11 @@ To upgrade manually, run
$ opencode upgrade 1.0.0
```
+To downgrade back to 0.x, run
+```bash
+$ opencode upgrade 0.15.31
+```
+
---
## UX changes