summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-02-12 21:56:38 -0500
committerAnish Athalye <me@anishathalye.com>2015-02-12 21:58:42 -0500
commit115210ab1725fcb3e5dbe48d4488f71389704e95 (patch)
treebdf8458e2e85bde3f072cda703e63fa670fe4372 /README.md
parentc32b6f0b99cab5b50c7ce7c2996eb1ee26e64d43 (diff)
Add information about upgrading
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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