darie-ptq commited on
Commit
d5bf829
1 Parent(s): b7043ae

Update README.md

Browse files

Fixed error in command to extract images

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ git clone https://huggingface.co/datasets/davanstrien/satclip
60
  To extract the images you can run the following command.
61
 
62
  ```bash
63
- ls image/*.tar.xz |xargs -n1 tar -xzf
64
  ```
65
 
66
 
 
60
  To extract the images you can run the following command.
61
 
62
  ```bash
63
+ ls images/*.tar.xz |xargs -n1 tar xf
64
  ```
65
 
66