summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-06-02 22:46:39 -0700
committerAnish Athalye <me@anishathalye.com>2015-06-02 22:46:39 -0700
commitc2036b7960b3809f63c957062945f9adb7048a16 (patch)
tree71964f62fcfaa8ed013ea30f77344b5b223339ac /README.md
parent9c1af76e9ef1c1c9f78615d88af7de39f157e341 (diff)
Restore information to README
The information that was added in 115210ab1725fcb3e5dbe48d4488f71389704e95 was removed in 4ed3ffc411f662f66082dad91d4ae4ff83c04f7b when reorganizing the README. This commit restores the information.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c8ec4b7..7590f43 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,11 @@ assumes that the configuration is located in `install.conf.yaml` the Dotbot
submodule is located in `dotbot`. You can change either of these parameters by
editing the variables in the `install` script appropiately.
+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.
### Full Example