1
0
Fork 0
mirror of synced 2024-06-01 06:51:10 -04:00

Add information about upgrading

This commit is contained in:
Anish Athalye 2015-02-12 21:56:38 -05:00
parent c32b6f0b99
commit 115210ab17

View file

@ -56,6 +56,13 @@ within your git repository:
git submodule add https://github.com/anishathalye/dotbot 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 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 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 simply passes its arguments to Dotbot, so the script itself will not have to be