chore: update setup instructions

This commit is contained in:
Ayo Ayco 2025-10-02 12:37:16 +02:00
parent 011cb6ec95
commit 245bfd21b7

View file

@ -34,11 +34,11 @@ This is especially useful for the days when I don't have the mental energy to go
## Setup ## Setup
First, install the required packages `espeak-ng` and `vlc`. First, install the required packages `espeak-ng`, `vlc` and `xclip`.
```bash ```bash
sudo apt update sudo apt update
sudo apt install vlc espeak-ng sudo apt install vlc espeak-ng xclip
``` ```
> [!Note] > [!Note]