From b00dabaa9351d1383dfba162f5b3575b49a126e1 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:29:26 +1000 Subject: [PATCH] chore: update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b6713dd..f3522441 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,8 @@ subcommands: emoji emoji/glyph utilities wallpaper manage the wallpaper resizer window resizer daemon + install install the Caelestia dotfiles + update update the Caelestia dotfiles ``` ### User templates @@ -255,6 +257,10 @@ All configuration options are in `~/.config/caelestia/cli.json`. "move": true } } + }, + "dots": { + "url": "https://github.com/caelestia-dots/caelestia.git", + "branch": "main" } } ```