From 245bfd21b79096a8a18b88148ce29a85df2dd0a3 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 2 Oct 2025 12:37:16 +0200 Subject: [PATCH] chore: update setup instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87affd0..367fbec 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ This is especially useful for the days when I don't have the mental energy to go ## Setup -First, install the required packages `espeak-ng` and `vlc`. +First, install the required packages `espeak-ng`, `vlc` and `xclip`. ```bash sudo apt update -sudo apt install vlc espeak-ng +sudo apt install vlc espeak-ng xclip ``` > [!Note]