From 115210ab1725fcb3e5dbe48d4488f71389704e95 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 12 Feb 2015 21:56:38 -0500 Subject: [PATCH] Add information about upgrading --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index efa9755..214317a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ within your git repository: git submodule add https://github.com/anishathalye/dotbot ``` +This locks Dotbot on the current version. At any point, to upgrade Dotbot to +the latest version, you can run: + +```bash +git submodule update --remote dotbot # or other path to Dotbot submodule +``` + To have a one-click (one-command) install, you can place a bootstrap install shell script that calls Dotbot with the appropriate parameters. This script simply passes its arguments to Dotbot, so the script itself will not have to be