adding instructions to README for tracking thoughtbot/dotfiles repo

This commit is contained in:
Dan Croak 2011-03-24 13:14:28 -04:00
parent f93e665cbb
commit 36b67fefd4
2 changed files with 19 additions and 13 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
thoughtbot dotfiles
===================
Install
-------
Clone this repository, change into the cloned directory, and run:
./install.sh
This will create symlinks for all config files in your home directory. You can
safely run this file multiple times to update.
Tracking thoughtbot
-------------------
git remote add thoughtbot git@github.com:thoughtbot/dotfiles.git
git fetch thoughtbot
git checkout -b thoughtbot thoughtbot/master

View file

@ -1,13 +0,0 @@
h1. thoughtbot dot files
h2. Install
Clone this repository, change into the cloned directory, and run:
<pre>
./install.sh
</pre>
This will create symlinks for all config files in your home directory. You can
safely run this file multiple times to update.