From c2036b7960b3809f63c957062945f9adb7048a16 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 2 Jun 2015 22:46:39 -0700 Subject: Restore information to README The information that was added in 115210ab1725fcb3e5dbe48d4488f71389704e95 was removed in 4ed3ffc411f662f66082dad91d4ae4ff83c04f7b when reorganizing the README. This commit restores the information. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3