Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff authored May 13, 2024
1 parent bd99982 commit b1725f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ To create a tarball with preview images, you can follow these steps:
3. Alternatively, use a tar tool to create the tarball: if you are comfortable with the command line, you can use the `tar` command in Unix-based systems like this:

```sh
tar -cvf preview_images.tar -C /path/to/your/preview_images .
cd /path/to/your/images
tar -cvf sequence.tar -C ./ .
```

This command will create a tarball named `preview_images.tar` from the directory `/path/to/your/preview_images`.
Expand Down

0 comments on commit b1725f9

Please sign in to comment.