From 8ff901a9b21829042163cd39866a5d2dbd12c9f0 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Fri, 30 Jan 2026 06:32:55 -1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b39cd8..3c63fbe 100644 --- a/README.md +++ b/README.md @@ -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 ```