summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2019-09-17 08:35:08 -0400
committerAnish Athalye <me@anishathalye.com>2019-09-17 08:35:08 -0400
commitcdef01e9c43c65c83609daf6a38450b47b6c1300 (patch)
treecd35588ed994ca6609c47858cc45688c2c658474
parentd20984f5acbb439347399ced4bd242e4ab9ccb07 (diff)
parentd6975dc6602084932058692d0089befe92cce76f (diff)
Merge branch 'darsh12/master'
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5faf3f3..c4d7ab8 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ If you're using **Git**, you can add Dotbot as a submodule:
cd ~/.dotfiles # replace with the path to your dotfiles
git init # initialize repository if needed
git submodule add https://github.com/anishathalye/dotbot
+git config -f .gitmodules submodule.dotbot.ignore dirty # ignore dirty commits in the submodule
cp dotbot/tools/git-submodule/install .
touch install.conf.yaml
```