Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ You should be able to download both files with
|
|
61 |
1. **Merge the parts into a single zip file:**
|
62 |
|
63 |
```bash
|
64 |
-
cat renders_part_aa
|
65 |
```
|
66 |
|
67 |
2. **Unzip the merged file:**
|
|
|
61 |
1. **Merge the parts into a single zip file:**
|
62 |
|
63 |
```bash
|
64 |
+
cat renders_part_aa renders_part_ab > renders.zip
|
65 |
```
|
66 |
|
67 |
2. **Unzip the merged file:**
|