SpiridonSunRotator commited on
Commit
ca4fcb8
·
verified ·
1 Parent(s): fb7fb04

Fix of cat command

Browse files

The command provided in the README doesn't find dataset shards. This PR fixes it.

Files changed (1) hide show
  1. README.md +1 -1
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.part_* > nano-banana-2images.zip
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