From f66ac28dc09315e8a6db860905b736171045c54d Mon Sep 17 00:00:00 2001 From: Zied Date: Wed, 25 Feb 2026 09:48:50 +0100 Subject: [PATCH] docs: detail auto-update via START_APP.bat --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 55d765c3..90a72042 100644 --- a/README.md +++ b/README.md @@ -250,13 +250,9 @@ Install to the tool-specific path. Use installer flags: `--antigravity` (default ### Update an existing installation -```bash -# If you used the default installer (Antigravity global): -git -C ~/.gemini/antigravity/skills pull +**Good news!** You no longer need to manually run `git pull` or `npx antigravity-awesome-skills` to update your skills. -# If you installed to a custom path (e.g. ~/.agent/skills): -git -C ~/.agent/skills pull -``` +Simply double-click **`START_APP.bat`** (or run it in your terminal). It will automatically fetch and merge the latest skills from the original repository every time you open the Web App, ensuring you always have the most up-to-date catalog! ### Reinstall from scratch