Updating readme to use thoughtbot/formulae

Brew bundle is deprecated. fixes #309
Removes Brewfile, no longer needed
This commit is contained in:
Mike Coutermarsh 2014-10-17 20:57:53 -04:00 committed by Greg Lazarev
parent 2e3e64e9b9
commit cf10a8358f
3 changed files with 3 additions and 4 deletions

View file

@ -1,2 +0,0 @@
tap thoughtbot/formulae
install rcm

View file

@ -20,7 +20,8 @@ updated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).
Install [rcm](https://github.com/thoughtbot/rcm):
brew bundle dotfiles/Brewfile
brew tap thoughtbot/formulae
brew install rcm
Install the dotfiles:

2
rcrc
View file

@ -1,2 +1,2 @@
EXCLUDES="README.md LICENSE Brewfile"
EXCLUDES="README.md LICENSE"
DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"