Add note about updating submodules to README

This commit is contained in:
Salt 2021-01-19 01:35:36 -06:00
parent 6127700da2
commit a6fee85d14

View File

@ -10,6 +10,7 @@ Clone the repository and stow in configs that you want, like so:
cd
git clone git@git.desu.ltd:salt/dotfiles .dotfiles
cd .dotfiles
git submodule update --recursive --remote
stow vim # Or whatever config set you want
```