diarray commited on
Commit
2decd31
·
1 Parent(s): 061c9e2

Updates README -> update path to manifests archives

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -146,7 +146,7 @@ Finally, untar those files to reconstruct the default Directory structure of jel
146
  # untar the audios
147
  tar -xvzf bam-asr-all-1.0.0-audios.tar.gz
148
  # untar the manifests
149
- tar -xvzf bam-asr-all-1.0.0-audios.tar.gz
150
  ```
151
 
152
  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.
 
146
  # untar the audios
147
  tar -xvzf bam-asr-all-1.0.0-audios.tar.gz
148
  # untar the manifests
149
+ tar -xvzf bam-asr-all-1.0.1-manifests.tar.gz
150
  ```
151
 
152
  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.