Update README.md

This commit is contained in:
2026-01-30 06:32:55 -10:00
parent 24baff6342
commit 8ff901a9b2
+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>