Skip to content

Commit 3099b46

Browse files
authored
Update README.md
1 parent 9145818 commit 3099b46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Since WebDatasets are just tar files, you can use many different tools to create
3939
If your data is already laid out like that on the file system, you can use `tar --sorted`:
4040

4141
```Shell
42-
$ tar --sorted dataset > dataset.tar
42+
$ tar --sorted name -cf - dataset > dataset.tar
4343
```
4444

4545
You can also use the `tarp create` command (at [github.com/tmbdev/tarp](http://github.com/tmbdev/tarp)) with a recipe file.

0 commit comments

Comments
 (0)