From 8735ac99dbf92ae03c29d960dd97cef6800fffc1 Mon Sep 17 00:00:00 2001 From: Emil Sit Date: Thu, 4 Jul 2013 23:59:52 -0400 Subject: [PATCH] README: Clarify repository placement relative to GOPATH If you don't put the repository in the right place in GOPATH, changes to your sources don't get built. Signed-off-by: Emil Sit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43a7d52db..9b157cab1 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,8 @@ For some additional dependencies, Go needs [Mercurial](http://mercurial.selenic. to be installed. Packer itself doesn't require this but a dependency of a dependency does. -Next, clone this repository then just type `make`. In a few moments, -you'll have a working `packer` executable: +Next, clone this repository into `$GOPATH/src/github.com/mitchellh/packer` and +then just type `make`. In a few moments, you'll have a working `packer` executable: ``` $ make