chore: update installation instructions
This commit is contained in:
parent
548f538c10
commit
b98e512bde
1 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue