From 86eaf0f54e9301daf879af2f4bb58565b4ec41f4 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Thu, 3 Jan 2013 16:41:50 -0500 Subject: [PATCH] err: `go install` --> `go get` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2fd46a..e7b3bd7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ language. If you don't have it, you can download it [here](http://golang.org/doc/install). Skeam is go-gettable, so installation only requires the following command: `go -install github.com/jordanorelli/skeam`. Make sure your `$GOBIN` is included in +get github.com/jordanorelli/skeam`. Make sure your `$GOBIN` is included in your environment's `$PATH`. E.g., on Mac OS X, this generally means adding `export PATH=$PATH:/usr/local/go/bin` to your `.bashrc`.