From 1266b7435097747c5ad93bbfd4f0b8d733c3ee23 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 18 Nov 2022 11:53:25 -0500 Subject: [PATCH] Remove xclip (not needed anymore) --- src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README.md b/src/README.md index 883bc3e..92b7062 100644 --- a/src/README.md +++ b/src/README.md @@ -4,7 +4,7 @@ If you would like to run Picocrypt from source, or an executable isn't available # 1. Prerequisites **Linux:** ```bash -apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa xclip +apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa ``` **macOS:** ```bash