From 6d56e4325663ffd695f3413ee40536e37a782b95 Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Fri, 30 Mar 2012 16:35:06 -0500 Subject: [PATCH] readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a7bc02e..2721aa1 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,10 @@ I can't help you out with that last one. Sorry. ### Usage -First, [install Go](http://code.google.com/p/go/downloads/list). Then: - - $ go test - -Now make the failing tests pass, by replacing these types of `__variables__` with real values. + 1. [Install Go](http://code.google.com/p/go/downloads/list). + 2. Clone this repo. + 3. Run `go test`. + 4. Make the failing tests pass, by replacing these types of `__variables__` with real values. If you want to have `go test` be run in your terminal any time you save a file and are using a Mac, take a look at [fswatch](http://github.com/sdegutis/fswatch).