Commit 3201f76b9ba9eebb1d04e20d234d59390191ab24
1 parent
a542649637
Add readme notes for `-selfupdate` command.
Showing 1 changed file with 10 additions and 1 deletions Side-by-side Diff
README.mkd
... | ... | @@ -307,7 +307,8 @@ that may not be immediately apparent. Let's just say it can make your shell act |
307 | 307 | real quirky. |
308 | 308 | |
309 | 309 | **Please note**: This command is not for updating *antigen* itself. Its for |
310 | -updating the bundles you are using with antigen. | |
310 | +updating the bundles you are using with antigen. To update your copy of antigen, | |
311 | +use the `selfupdate` command described further below. | |
311 | 312 | |
312 | 313 | ### antigen-revert <sup>α</sup> |
313 | 314 | |
... | ... | @@ -448,6 +449,14 @@ Although it restores the clones of the repos specified in the snapshot file, any |
448 | 449 | other clones present in your environment are not touched. This behavior may |
449 | 450 | change in the future. |
450 | 451 | |
452 | +### antigen-selfupdate | |
453 | + | |
454 | +Use this command to update your copy of antigen. It basically does a `git pull` | |
455 | +on your antigen's clone, *if* it is a git clone. Otherwise, it doesn't do | |
456 | +anything. | |
457 | + | |
458 | +Takes no options. | |
459 | + | |
451 | 460 | ### antigen-help |
452 | 461 | |
453 | 462 | This exists so that there can be some help right in the command line. Currently |