From 017d43cddf92b7438203e3b97a43bd753d22c03a Mon Sep 17 00:00:00 2001 From: Stefan Pasch Date: Thu, 20 Jul 2017 09:20:34 +0200 Subject: [PATCH] Updated README with git submodule update infos. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1cd189..4dd747c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Run this: ```sh git clone git@github.com:hubeRsen/dotfiles.git ~/.dotfiles cd ~/.dotfiles +git submodule init +git submodule update --recursive --remote script/bootstrap ```