chore: update installation instructions

This commit is contained in:
ayo 2026-06-07 20:43:38 +02:00
parent 548f538c10
commit b98e512bde

View file

@ -24,7 +24,14 @@ This is especially useful for the days when I don't have the mental energy to go
## Installation ## Installation
Run the following in your terminal for Debian or Ubuntu-based Linux distros: For Debian or Ubuntu-based Linux distros, install required packages:
```bash
sudo apt update
sudo apt install vlc espeak-ng xclip
```
Then run the following in your terminal:
```bash ```bash
curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh