Update readme

This commit is contained in:
Zachary Yedidia
2016-03-21 13:08:10 -04:00
parent 076d41e0ab
commit 96254717c6

View File

@@ -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)