From cf3fb48cad8c12ffa13e5f5886851084feb7682b Mon Sep 17 00:00:00 2001 From: muranava Date: Fri, 12 Mar 2021 14:24:37 +0100 Subject: [PATCH] add --recurse-submodules from https://github.com/lowerquality/gentle/issues/257 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6bf91e..d9a52f1a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ curl -F "audio=@audio.mp3" -F "transcript=@words.txt" "http://localhost:8765/tra If you've downloaded the source code you can also run the aligner as a command line program: ```bash -git clone https://github.com/lowerquality/gentle.git +git clone --recurse-submodules https://github.com/lowerquality/gentle.git cd gentle ./install.sh python3 align.py audio.mp3 words.txt