docs update

This commit is contained in:
Dax Raad
2025-11-01 13:23:03 -04:00
parent b12bef05d3
commit f98e730405

View File

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