From 9275ae95b634ae636e962c5993383923047e05d1 Mon Sep 17 00:00:00 2001 From: Shane Turner Date: Wed, 24 Jun 2020 13:20:54 +1200 Subject: [PATCH] Add install info for Ubuntu Include instructions to install xclip to get this plugin working on Ubuntu based distros. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1055f..15163bd 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,9 @@ ![copy-relative-path-editor-tab](https://user-images.githubusercontent.com/1461792/32966849-c6d47e68-cba0-11e7-8451-f46dfba525fe.gif) -**Enjoy!** \ No newline at end of file +**Enjoy!** + +## For Ubuntu / Pop!_OS / or other Debian distro using Gnome +You may need to install xclip for this plugin to work on the linux distros. + +`sudo apt-get install xclip`