From f69c0e1986a70458619754019fadf901d3034c53 Mon Sep 17 00:00:00 2001 From: Geoff Harcourt Date: Tue, 25 Aug 2015 16:21:37 -0400 Subject: [PATCH] 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. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53b10a7..9ba7276 100644 --- a/README.md +++ b/README.md @@ -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`.