Update README to advise running rcup after update

In #408 a user reported errors after pulling down master and opening
Vim without having run `rcup`. This documentation change updates the
section on `rcup` to advise running the command after pulling from the
origin.

Other changes:
* Removed outdated references to `m` and `rk` aliases, which have been
  removed from the repository.
* Added reference to `migrate` alias, which remains in the repository.
This commit is contained in:
Geoff Harcourt 2015-08-25 16:21:37 -04:00
parent 74fd8a362e
commit f69c0e1986

View file

@ -40,6 +40,9 @@ You can safely run `rcup` multiple times to update:
rcup
You should run `rcup` after pulling a new version of the repository to symlink
any new files in the repository.
Make your own customizations
----------------------------
@ -194,10 +197,9 @@ Shell aliases and scripts:
* `b` for `bundle`.
* `g` with no arguments is `git status` and with arguments acts like `git`.
* `git-churn` to show churn for the files changed in the branch.
* `m` for `rake db:migrate && rake db:rollback && rake db:migrate && rake db:test:prepare`.
* `migrate` for `rake db:migrate && rake db:rollback && rake db:migrate`.
* `mcd` to make a directory and change into it.
* `replace foo bar **/*.rb` to find and replace within a given list of files.
* `rk` for `rake`.
* `tat` to attach to tmux session named the same as the current directory.
* `v` for `$VISUAL`.