mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
This commit is contained in:
parent
b12bef05d3
commit
f98e730405
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue