chore: update readme

This commit is contained in:
2 * r + 2 * t
2026-06-20 14:29:26 +10:00
parent 9cae22e790
commit aa77d12add
+6
View File
@@ -158,6 +158,8 @@ subcommands:
emoji emoji/glyph utilities emoji emoji/glyph utilities
wallpaper manage the wallpaper wallpaper manage the wallpaper
resizer window resizer daemon resizer window resizer daemon
install install the Caelestia dotfiles
update update the Caelestia dotfiles
``` ```
### User templates ### User templates
@@ -255,6 +257,10 @@ All configuration options are in `~/.config/caelestia/cli.json`.
"move": true "move": true
} }
} }
},
"dots": {
"url": "https://github.com/caelestia-dots/caelestia.git",
"branch": "main"
} }
} }
``` ```