From a134c2210fce5cb17ccdacd635f942c6778143ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Thu, 20 Jun 2013 18:19:23 +0200 Subject: [PATCH] Updated README --- README.md | 3 ++- gitconfig | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6484ae0..f655b09 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ curl -#L https://github.com/balkian/dotfiles/tarball/master | tar -xzv --strip-c Just run: ```bash -source .make.sh +git submodule update --init --recursive +source make.sh ``` ## How it works diff --git a/gitconfig b/gitconfig index d1e8d42..0bbcef2 100644 --- a/gitconfig +++ b/gitconfig @@ -1,5 +1,5 @@ [user] - name = J.Fernando Sánchez + name = J. Fernando Sánchez email = balkian@gmail.com [diff] tool = vimdiff