Skip to content

Commit 80446b1

Browse files
dzenanzhjmjohnson
authored andcommitted
DOC: Update ITK version mentioned in download.md from 4.13.1 to 5.3.0
Download is now the second page of the new docs site (docs.itk.org), so an update to it is in order. The direct link is: https://docs.itk.org/en/latest/download.html
1 parent ffed06e commit 80446b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/docs/download.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ITK packages exist for many Linux distributions. For Debian and Ubuntu, they
2424
can be obtained running
2525

2626
```sh
27-
$ sudo apt-get install libinsighttoolkit4-dev
27+
$ sudo apt-get install libinsighttoolkit5-dev
2828
```
2929

3030
This will give you the libraries and development headers.
@@ -77,9 +77,9 @@ where `ITKLatestRelease` is the name of the local repository created.
7777
Additionally, specific releases can be cloned using the tags, for example:
7878

7979
```sh
80-
$ git clone -b v4.13.1 https://github.com/InsightSoftwareConsortium/ITK ITK-4.13.1
80+
$ git clone -b v5.3.0 https://github.com/InsightSoftwareConsortium/ITK ITK-5.3.0
8181
```
82-
where `v4.13.1` corresponds to ITK 4.13.1, and the `ITK-4.13.1` is the name
82+
where `v5.3.0` corresponds to ITK 5.3.0, and the `ITK-5.3.0` is the name
8383
of the local repository created.
8484

8585
### Update
@@ -114,7 +114,7 @@ instructions to update it.
114114
Alternatively, one may checkout a specific release tag using
115115

116116
```sh
117-
$ git checkout v4.13.1
117+
$ git checkout v5.3.0
118118
```
119119

120120
Release tags never move. Repeat the command with a different tag to get a

0 commit comments

Comments
 (0)