diarray commited on
Commit
83b32f5
·
1 Parent(s): aacdd99

Updates README -> update path to manifests archives

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -160,7 +160,7 @@ Finally, untar those files to reconstruct the default Directory structure of jel
160
  # untar the audios
161
  tar -xvzf jeli-asr-1.0.0-audios.tar.gz
162
  # untar the manifests
163
- tar -xvzf jeli-asr-1.0.0-audios.tar.gz
164
  ```
165
 
166
  This approach allow you to combine the data from different versions and restructure your working directory as you with, with more ease and without necessarily having to write code.
 
160
  # untar the audios
161
  tar -xvzf jeli-asr-1.0.0-audios.tar.gz
162
  # untar the manifests
163
+ tar -xvzf jeli-asr-1.0.1-manifests.tar.gz
164
  ```
165
 
166
  This approach allow you to combine the data from different versions and restructure your working directory as you with, with more ease and without necessarily having to write code.