X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=README.md;h=493936e76490a3691cd33f432af9ef9877998e71;hb=e13b856773de971391cc4bf3e6080e85fc27f0ae;hp=abb19dd8a57c9362f7c4269b405c68bbd8bf0229;hpb=8a3780c695196537eb11a12cd8323e4592fed18b;p=micro.git diff --git a/README.md b/README.md index abb19dd8..493936e7 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,12 @@ go get -u github.com/zyedidia/micro/cmd/micro ### Clipboard support -On Linux, clipboard support requires 'xclip' or 'xsel' command to be installed. For Ubuntu: +On Linux, clipboard support requires 'xclip' or 'xsel' command to be installed. + +For Ubuntu: ```sh -$ sudo apt-get install xclip +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.