Update README.md
Browse files
README.md
CHANGED
@@ -115,7 +115,7 @@ Note: if AbdomenAtlas1.0ZipFolder and AbdomenAtlas1.0 share the same parent dire
|
|
115 |
mkdir /path/to/the/HealthyCT_ZipFolder
|
116 |
cd /path/to/the/HealthyCT
|
117 |
cd ..
|
118 |
-
7z -v5g a /path/to/the/HealthyCT_ZipFolder/
|
119 |
```
|
120 |
|
121 |
After zipping, the structure of the compressed folder (e.g., AbdomenAtlas1.0ZipFolder) will be:
|
|
|
115 |
mkdir /path/to/the/HealthyCT_ZipFolder
|
116 |
cd /path/to/the/HealthyCT
|
117 |
cd ..
|
118 |
+
7z -v5g a /path/to/the/HealthyCT_ZipFolder/healthy_ct.zip HealthyCT/
|
119 |
```
|
120 |
|
121 |
After zipping, the structure of the compressed folder (e.g., AbdomenAtlas1.0ZipFolder) will be:
|