Update Arch install steps to include wl-clipboard

This commit is contained in:
Rue Coimbra da Silva 2026-01-31 13:10:25 -03:00 committed by GitHub
parent f8a4587665
commit 94556a8277
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ sudo dnf install -y gcc make git ripgrep fd-find unzip neovim
<details><summary>Arch Install Steps</summary>
```
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
```
</details>