From a6fee85d14806ac456213d8ecd5ffa66923ad7c0 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 19 Jan 2021 01:35:36 -0600 Subject: [PATCH] Add note about updating submodules to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cef4e29c..8e373002 100644 --- a/README.md +++ b/README.md @@ -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 ```