diff --git a/README.md b/README.md index 860e0b7..2a96b43 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ Output example: **Step 4**: Result archive will be available for download: - single archive: in the **Tasks list** (image below) or from **Team Files** - - `Team Files`->`Export-as-masks`->`task_id`->`_.tar` + - `Team Files`->`tmp`->`supervisely`->`export`->`export-as-masks`->`task_id`->`_.tar` - split archive: all parts will be stored in the **Team Files** directory - - `Team Files`->`Export-as-masks`->``->`__part_.tar` + - `Team Files`->`tmp`->`supervisely`->`export`->`export-as-masks`->`` @@ -122,7 +122,7 @@ Output example: In the case of a split archive: -1. download all parts from `Team Files` directory (`Team Files`->`Export-as-masks`->``->`__part_.tar`) +1. download all parts from `Team Files` directory (`Team Files`->`tmp`->`supervisely`->`export`->`export-as-masks`->``) 2. After downloading all archive parts, you can extract them: - for Windows: @@ -141,5 +141,5 @@ cat _.tar* | tar --options read_concatenated_archives -x ```bash cd -cat '_.tar'* > result_archives.tar | tar -xvf concatenated_archives.tar +cat '_.tar'* > result_archive.tar | tar -xvf result_archive.tar ```