chore: add installation script to readme
This commit is contained in:
parent
f307a6d4a0
commit
cfd1707db0
1 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue