diff --git a/README.md b/README.md index 0bf1e4a..7b39cd8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,13 @@ ```bash git clone --bare git@git.ajet.fyi:ajet/dotfiles.git $HOME/.cfg git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout +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 ```