summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2017-04-19 08:46:45 -0400
committerAnish Athalye <me@anishathalye.com>2017-04-19 08:46:45 -0400
commit096035dd98d14949fddd798822878e4b6c952e8c (patch)
tree305ecd0955029e869b42457a1e4be6b6a53ea63f /README.md
parent53eb3851d1115bc825bdf1c4d6f9407e8ff414d4 (diff)
Add note
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files 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