Mention minimum go version in readme

Fixes #69
This commit is contained in:
Zachary Yedidia
2016-04-23 21:04:34 -04:00
parent af3715d55d
commit 31416df1ba

View File

@@ -57,6 +57,8 @@ To run the micro binary just run `./bin/micro` (you may want to place the binary
Micro is made in Go so you must have Go installed on your system to build it.
Make sure that you have Go version 1.4 or greater.
You can simply `go get` it.
```
@@ -71,6 +73,8 @@ On Linux, clipboard support requires 'xclip' or 'xsel' command to be installed.
$ sudo apt-get install xclip
```
If you don't have xclip or xsel, micro will use an internal clipboard for copy and paste, but it won't work with external applications.
# Usage
Once you have built the editor, simply start it by running `micro path/to/file.txt` or simply `micro` to open an empty buffer.