From 44528e4d5c2f84a3e48aeb6d93d711de71c76d26 Mon Sep 17 00:00:00 2001 From: MysteryPancake Date: Thu, 4 Jun 2020 15:20:15 +1000 Subject: [PATCH] Fixes #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