From cfd1707db0e7462f05988e882b55dcf2847adfc7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 7 Jun 2026 20:10:30 +0200 Subject: [PATCH] chore: add installation script to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b8ba302..0d147a8 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,14 @@ This is especially useful for the days when I don't have the mental energy to go 1. Use copied text as input 1. Utilize different GPUs as accelerator +## Installation + +Run the following in your terminal for Debian or Ubuntu-based Linux distros: + +```bash +curl -fsSL "https://git.ayo.run/ayo/simple-tts/raw/branch/main/install.sh" | sh +``` + ## Requirements **Simple TTS** is in early development and not packaged or distributed yet for any particular operating system. Please read on to see the tested environment under which I am developing & using it.