Merge pull request #15 from scorredoira/master

Update readme.md with how to have clipboard support on linux.
This commit is contained in:
Zachary Yedidia
2016-04-18 07:30:05 -04:00

View File

@@ -72,6 +72,14 @@ This will build micro and put the binary in the current directory. It will also
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).
### Clipboard support
Linux, Unix requires 'xclip' or 'xsel' command to be installed. For Ubuntu:
```
$ sudo aptitude install xclip
```
# 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.