From bd9998203ce1c015d482d7ea47f3034277cf92d3 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Mon, 13 May 2024 09:38:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c19d34c..a1681c3 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ To create a tarball with preview images, you can follow these steps: 1. Prepare your preview images: Make sure all your preview images are in a single directory. The images should be in a sequence and named consistently (for example, `image1.jpg`, `image2.jpg`, `image3.jpg`, etc.). -2. Create a tarball file. If you prefer a graphical interface, use an online tool like [Tar File Creator](https://reindernijhoff.net/tools/tar/). Drag and drop your selection of images onto the page, and a tarball will be generated that you can download. +2. Create a tarball file. I have created an easy-to-use online tool for this: [Tar File Creator](https://reindernijhoff.net/tools/tar/) (no ads, login, etc). Drag and drop your selection of images onto the page, and a tarball will be generated that you can download. 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: