Merge pull request #562 from malachaifrazier/patch-2

Update VAGRANT.md to include direct link to Guard Repo
This commit is contained in:
Sam 2013-03-24 22:35:25 -07:00
commit 5b312dd68c
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ If you change your mind and want to use the test data again, just execute the ab
### Guard + Rspec
If you're actively working on Discourse, we recommend that you run Guard. It'll automatically run our unit tests over and over, and includes support
If you're actively working on Discourse, we recommend that you run [Guard](https://github.com/guard/guard). It'll automatically run our unit tests over and over, and includes support
for live CSS reloading.
To use it, follow all the above steps. Once rails is running, open a new terminal window or tab, and then do this: