]> git.lizzy.rs Git - micro.git/commitdiff
readme: document clipboard support on Wayland (#1508)
authorSimon Ser <contact@emersion.fr>
Thu, 13 Feb 2020 19:00:18 +0000 (20:00 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 19:00:18 +0000 (14:00 -0500)
README.md

index 3273dcf9b7638967a99e0aa30ba4c7ac649c87d1..e96d7bbb510f6f12ad63b11862e0d64f75d0398f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -170,15 +170,12 @@ If you still insist on using the default Mac terminal, be sure to set `Use Optio
 
 ### Linux clipboard support
 
-On Linux, clipboard support requires the `xclip` or `xsel` commands to be installed.
+On Linux, clipboard support requires:
 
-For Ubuntu:
+- On X11, the `xclip` or `xsel` commands (for Ubuntu: `sudo apt install xclip`)
+- On Wayland, the `wl-clipboard` command
 
-```sh
-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.
+If you don't have these commands, micro will use an internal clipboard for copy and paste, but it won't work with external applications.
 
 ### Colors and syntax highlighting