From bae1a84f40bbbe09fae1acf8f45e4e3fa0170607 Mon Sep 17 00:00:00 2001 From: Leonid Bugaev Date: Tue, 22 Jul 2014 22:33:55 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0392060..20dbf47 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ https://github.com/buger/gor/releases 1. Setup standard Go environment http://golang.org/doc/code.html and ensure that $GOPATH environment variable properly set. 2. `go get github.com/buger/gor`. 3. `cd $GOPATH/src/github.com/buger/gor` -4. `go build ./gor.go` to get binary, or `go run ./gor.go` to build and run (useful for development) +4. `go build` to get binary, or `go test` to run tests ## FAQ