Dax Raad il y a 5 mois
Parent
commit
f98e730405
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  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