From 6a793ba8c42f01f034293c4bd2b95623ad0da34d Mon Sep 17 00:00:00 2001 From: Keith Ito Date: Tue, 22 Aug 2017 17:42:26 -0400 Subject: [PATCH] Update model download instructions Some versions of tar require the "j" flag to decompress --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb2a634..c8792d7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install -r requirements.txt 1. **Download and unpack a model**: ``` - curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar x -C /tmp + curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar xj -C /tmp ``` 2. **Run the demo server**: