Skip to content

Commit 6a793ba

Browse files
authored
Update model download instructions
Some versions of tar require the "j" flag to decompress
1 parent ae82a7c commit 6a793ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pip install -r requirements.txt
3636

3737
1. **Download and unpack a model**:
3838
```
39-
curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar x -C /tmp
39+
curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar xj -C /tmp
4040
```
4141

4242
2. **Run the demo server**:

0 commit comments

Comments
 (0)