Add a specific "Update" section to the README

Thanks to rcm and the `post-up` hook file, the dotfiles do a great job
of keeping things up to date.

This change adds a bit of detail and specificity to the README around
updating, specifically clarifying the need to run `rcup` after pulling
to link new files and install new vim plugins.
This commit is contained in:
Chris Toomey 2017-08-26 16:16:48 -04:00
parent f4d509ffd0
commit bc047365f5

View file

@ -45,12 +45,17 @@ configuration options:
* Please configure the `rcrc` file if you'd like to make personal
overrides in a different directory
You can safely run `rcup` multiple times to update:
Update
------
From time to time you should pull down any updates to these dotfiles, and run
rcup
You should run `rcup` after pulling a new version of the repository to symlink
any new files in the repository.
to link any new files and install new vim plugins. **Note** You _must_ run
`rcup` after pulling to ensure that all files in plugins are properly installed,
but you can safely run `rcup` multiple times so update early and update often!
Make your own customizations
----------------------------