From 4c9fd8aea66a7ec76d23b124ca5bd57c2947235e Mon Sep 17 00:00:00 2001 From: Santi Date: Mon, 18 Apr 2016 13:24:31 +0200 Subject: [PATCH] Update readme.md with how to have clipboard support on linux. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 255966e3..c1d78a38 100644 --- a/README.md +++ b/README.md @@ -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.