Skip to content

Commit c89aec0

Browse files
committed
DOC: SimpleITK -> ITK
Left over from port from SimpleITK.
1 parent 3406bd8 commit c89aec0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,21 @@ docker run \
6666
The following commands will copy the tarballs from the
6767
Docker container to your local working directory.
6868
```shell
69-
docker cp itk-dox:/ITKDoxygen.tar.gz SimpleITKDoxygen${TAG:+-${TAG}}.tar.gz
70-
docker cp itk-dox:/ITKDoxygenXML.tar.gz SimpleITKDoxygenXML${TAG:+-${TAG}}.tar.gz
69+
docker cp itk-dox:/ITKDoxygen.tar.gz ITKDoxygen${TAG:+-${TAG}}.tar.gz
70+
docker cp itk-dox:/ITKDoxygenXML.tar.gz ITKDoxygenXML${TAG:+-${TAG}}.tar.gz
7171

7272
# Remove the Docker container after copying the tarballs
7373
docker rm itk-dox
7474
```
7575

7676
### 6. Extract the Doxygen Documentation
7777
Untar these tarballs to extract and verify the Doxygen documentation.
78-
The `SimpleITKDoxygen` tarball contains the HTML documentation,
79-
while the `SimpleITKDoxygenXML` tarball contains the XML documentation.
78+
The `ITKDoxygen` tarball contains the HTML documentation,
79+
while the `ITKDoxygenXML` tarball contains the XML documentation.
8080

8181
```shell
82-
tar -xzf SimpleITKDoxygen${TAG:+-${TAG}}.tar.gz
83-
tar -xzf SimpleITKDoxygenXML${TAG:+-${TAG}}.tar.gz
82+
tar -xzf ITKDoxygen${TAG:+-${TAG}}.tar.gz
83+
tar -xzf ITKDoxygenXML${TAG:+-${TAG}}.tar.gz
8484
```
8585

86-
You may now view the Doxygen documentation by opening the `html/index.html` file.
86+
You may now view the Doxygen documentation by opening the `html/index.html` file.

0 commit comments

Comments
 (0)