From 18714414af1233504cd2cad3953079c01a38bc1c Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 25 Apr 2026 21:50:35 -0400 Subject: [PATCH] docs: update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331d1c0..45dbe99 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,13 @@ The rootiest kitty configuration you will ever see! 4. Clone the repository ```bash - git clone https://github.com/rootiest/rootiest-kitty.git ~/.config/kitty + git clone --recurse-submodules https://github.com/rootiest/rootiest-kitty.git ~/.config/kitty + ``` + + If you already cloned without `--recurse-submodules`, initialize submodules manually: + + ```bash + git submodule update --init ``` 5. **Enjoy!** 🎉 @@ -75,7 +81,7 @@ The rootiest kitty configuration you will ever see! - Integration with fish shell - Catppuccin theme by default - Integrates cleanly with other Rootiest projects -- Provides several session options for different workflows +- Single clean session with splits layout ## Companion Tools