From 96254717c6003ac433dd7c1261138220b0730387 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Mon, 21 Mar 2016 13:08:10 -0400 Subject: [PATCH] Update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acb61138..b72bdf7a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,18 @@ Not all of this is implemented yet -- see [progress](#progress) Installation is simple. For now you must build from source, although in the future binaries will be provided. +Make sure your `GOPATH` is set. + ``` -go get -u github.com/zyedidia/micro +$ git clone https://github.com/zyedidia/micro +$ cd micro +$ make ``` +This will build micro and put the binary in the current directory. It will also install syntax highlighting files to `~/.micro/syntax`. + +Alternatively you can use `make install` instead of `make` if you want the binary to be added to you `GOBIN` (make sure that it is set). + # Progress Micro is very much a work in progress right now. To see what has and hasn't been done yet, see the [todolist](todolist.md)