Compare commits

...

1 Commits

Author SHA1 Message Date
8ff901a9b2 Update README.md 2026-01-30 06:32:55 -10:00
+1 -1
View File
@@ -11,7 +11,7 @@ git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --init --recursive
### Update nvim config submodule
```bash
git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --remote .config/nvim
git --git-dir=$HOME/.cfg/ --work-tree=$HOME submodule update --remote $HOME/.config/nvim
```
<hr>