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 ```