Skip to content

Commit 3d8718f

Browse files
authored
Improve guide
Looking at the issues many miss the ./install.sh part
1 parent 48aea6a commit 3d8718f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ curl -F "audio=@audio.mp3" -F "transcript=@words.txt" "http://localhost:8765/tra
2424
If you've downloaded the source code you can also run the aligner as a command line program:
2525

2626
```bash
27+
git clone https://github.com/lowerquality/gentle.git
28+
cd gentle
29+
./install.sh
2730
python3 align.py audio.mp3 words.txt
2831
```
2932

0 commit comments

Comments
 (0)