Update install documentation

In #488 there was some confusion over where to clone the dotfiles
repository before running `rcm`. While the repository can be placed
anywhere, by default users should be placing it in `~/dotfiles` if they
are using the default installation instructions and an unmodified
`.rcrc`.

Close #488.
This commit is contained in:
Geoff Harcourt 2016-06-28 12:10:01 -04:00
parent a1a9f6d694
commit 85b11b6583

View file

@ -15,7 +15,7 @@ Install
Clone onto your laptop:
git clone git://github.com/thoughtbot/dotfiles.git
git clone git://github.com/thoughtbot/dotfiles.git ~/dotfiles
(Or, [fork and keep your fork
updated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).