From 096035dd98d14949fddd798822878e4b6c952e8c Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Wed, 19 Apr 2017 08:46:45 -0400 Subject: [PATCH] Add note --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80748d8..598569f 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,9 @@ editing the variables in the `install` script appropriately. Setting up Dotbot as a submodule or subrepo locks it on the current version. You can upgrade Dotbot at any point. If using a submodule, run `git submodule update --remote dotbot`, substituting `dotbot` with the path to the Dotbot -submodule. If using a subrepo, run `git fetch && git checkout origin/master` in -the Dotbot directory. +submodule; be sure to commit your changes before running `./install`, otherwise +the old version of Dotbot will be checked out by the install script. If using a +subrepo, run `git fetch && git checkout origin/master` in the Dotbot directory. ### Full Example