diff --git a/README.md b/README.md index 0d147a8..7270766 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,14 @@ This is especially useful for the days when I don't have the mental energy to go ## 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 curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh