docs(config): explain that `autoupdate` doesn't work when installed with a package manager (#9092)

pull/9119/head
Bernat Pericàs 2026-01-17 20:07:03 +01:00 committed by GitHub
parent a813fcb41c
commit eb968a6651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ OpenCode will automatically download any new updates when it starts up. You can
```
If you don't want updates but want to be notified when a new version is available, set `autoupdate` to `"notify"`.
Notice that this only works if it was not installed using a package manager such as Homebrew.
---