Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbdev authored Apr 28, 2021
1 parent 9145818 commit 3099b46
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 @@ -39,7 +39,7 @@ Since WebDatasets are just tar files, you can use many different tools to create
If your data is already laid out like that on the file system, you can use `tar --sorted`:

```Shell
$ tar --sorted dataset > dataset.tar
$ tar --sorted name -cf - dataset > dataset.tar
```

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

0 comments on commit 3099b46

Please sign in to comment.