From f95c832a69ea2df52b3c0fa1d16ba5f54a518972 Mon Sep 17 00:00:00 2001 From: Eric Drechsel Date: Thu, 22 May 2014 16:16:58 -0700 Subject: [PATCH] oracle command install instructions Fixes #10 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a48e6d2..944eae8 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ The `go-oracle` package provides an interface for Go's `oracle` tool. ![go-oracle](https://raw.github.com/rubyist/go-oracle/master/docs/go-oracle.gif) + +As a prerequisite, you must Install the `oracle` command to `$GOPATH/bin` with `go get code.google.com/p/go.tools/cmd/oracle`.