Datasets:
Fix of cat command
Browse filesThe command provided in the README doesn't find dataset shards. This PR fixes it.
README.md
CHANGED
|
@@ -30,7 +30,7 @@ The image archive is split into multiple parts for easier downloading. To recons
|
|
| 30 |
|
| 31 |
```bash
|
| 32 |
# Step 1: Concatenate split files into a single zip
|
| 33 |
-
cat nano-banana
|
| 34 |
|
| 35 |
# Step 2: Extract the images
|
| 36 |
unzip nano-banana-2images.zip
|
|
|
|
| 30 |
|
| 31 |
```bash
|
| 32 |
# Step 1: Concatenate split files into a single zip
|
| 33 |
+
cat nano-banana-2image_part_* > nano-banana-2images.zip
|
| 34 |
|
| 35 |
# Step 2: Extract the images
|
| 36 |
unzip nano-banana-2images.zip
|