Skip to content

Commit ab2e4cc

Browse files
authored
Fix typo in installation instructions
1 parent 877aafc commit ab2e4cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ Then run the ``petprep-docker`` command-line as if you were running
5353

5454
$ petprep-docker <input_bids_path> <derivatives_path> <analysis_level> <named_options>
5555

56-
Alternatively, you can install using a pre-built image using eiter::
56+
Alternatively, you can install using a pre-built image using either::
5757

5858
$ docker pull ghcr.io/nipreps/petprep:main
5959

6060
or if on linux/amd64::
6161
62-
$ docker pull ghcr.io/nipreps/petprep:main@sha256:edcfe72eb7eda7a479a768588318259ee6963e03fcb0f04d98fd1a27f6de3bee
62+
$ docker pull --platform=linux/amd64 ghcr.io/nipreps/petprep:main
6363

6464
or using apptainer::
6565

0 commit comments

Comments
 (0)