Skip to content

Commit

Permalink
Update model download instructions
Browse files Browse the repository at this point in the history
Some versions of tar require the "j" flag to decompress
  • Loading branch information
keithito committed Aug 22, 2017
1 parent ae82a7c commit 6a793ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 6a793ba

Please sign in to comment.