From d1793cc11b169f07dbf28ad5352f347e31eb6409 Mon Sep 17 00:00:00 2001 From: Harvmaster Date: Tue, 8 Sep 2026 17:33:29 +0000 Subject: [PATCH] Update readme --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index a47c246..76195bf 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,23 @@ xo-tui npm run dev ``` +## Updating + +XO checks the remote version of the currently checked-out Git branch in the +background. When an update is available, the TUI status bar displays +`Update available ยท press U`. The update is installed only after confirmation, +then the TUI restarts. + +Updates can also be checked or installed directly: + +```bash +xo-cli update --check +xo-cli update +``` + +Automatic updates require a clean working tree and a fast-forward update from +`origin`. Local changes are never stashed or discarded automatically. + ## TODO ### Track invitation sync-server connectivity without blocking the UI