Skip to content

Commit f98e730

Browse files
committed
docs update
1 parent b12bef0 commit f98e730

File tree

1 file changed

+7
-2
lines changed
  • packages/web/src/content/docs

1 file changed

+7
-2
lines changed

packages/web/src/content/docs/1-0.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@ The new TUI works like the old one since it connects to the same opencode server
1313

1414
## Upgrading
1515

16-
You will not be autoupgraded to 1.0 if you are currently using a previous
17-
version.
16+
You should not be autoupgraded to 1.0 if you are currently using a previous
17+
version. However some older versions of OpenCode always grab latest.
1818

1919

2020
To upgrade manually, run
2121
```bash
2222
$ opencode upgrade 1.0.0
2323
```
2424

25+
To downgrade back to 0.x, run
26+
```bash
27+
$ opencode upgrade 0.15.31
28+
```
29+
2530
---
2631

2732
## UX changes

0 commit comments

Comments
 (0)