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).