Dax Raad пре 3 месеци
родитељ
комит
f98e730405
1 измењених фајлова са 7 додато и 2 уклоњено
  1. 7 2
      packages/web/src/content/docs/1-0.mdx

+ 7 - 2
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