From 2def48e58bfa393254cc295956fae43c2a8f2fd0 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 9 May 2025 19:18:15 +0000 Subject: [PATCH] Add clipboard utilities to dependency documentation --- wiki/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/install.md b/wiki/install.md index 54553c6..bf40619 100644 --- a/wiki/install.md +++ b/wiki/install.md @@ -14,3 +14,4 @@ Please see the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/us ### Dependencies (required for all installations) - A text editor (preferably CLI-based) for writing entry notes - A private key for SSH key-based authentication is required to use MUTN/libmutton in online/synced mode +- Linux: xclip (X11) or wl-clipboard (Wayland) for clipboard support