From 94556a82776f96b4d7be6d3a4692d6e45497d5b6 Mon Sep 17 00:00:00 2001 From: Rue Coimbra da Silva <69476182+Rue0612@users.noreply.github.com> Date: Sat, 31 Jan 2026 13:10:25 -0300 Subject: [PATCH] Update Arch install steps to include wl-clipboard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ae94ed..9d330d11 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
Arch Install Steps ``` -sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip neovim +sudo pacman -S --noconfirm --needed gcc make git ripgrep fd unzip wl-clipboard neovim ```