From 641d1889971e09781c00c44cb6670f22c58501b8 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 28 May 2017 10:52:54 -0400 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3006809e..09ff1e0e 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ cd $GOPATH/src/github.com/zyedidia/micro make install ``` +Please make sure that when you are working with micro's code, you are working on your `GOPATH`. + The binary will then be installed to `$GOPATH/bin` (or your `$GOBIN`). You can install directly with `go get` (`go get -u github.com/zyedidia/micro/cmd/micro`) but this isn't recommended because it doesn't build micro with version information which is useful for the plugin manager.