Skip to content

Commit f724571

Browse files
committed
Merge branch 'master' into dev
2 parents 389b574 + 57183a6 commit f724571

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/tutorial/first-steps.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,18 @@ an intuitive organization (with sub-folders for sessions, as necessary).
299299
=== "Commands"
300300

301301
1. Download the zipped file from <https://github.com/neurolabusc/dcm_qa_nih/archive/refs/heads/master.zip>.
302-
```sh
303-
wget -O dcm_qa_nih-master.zip https://github.com/neurolabusc/dcm_qa_nih/archive/refs/heads/master.zip
304-
```
302+
=== "Linux"
303+
```sh
304+
wget -O dcm_qa_nih-master.zip https://github.com/neurolabusc/dcm_qa_nih/archive/refs/heads/master.zip
305+
```
306+
=== "Mac"
307+
```sh
308+
curl -L -o dcm_qa_nih-master.zip https://github.com/neurolabusc/dcm_qa_nih/archive/refs/heads/master.zip
309+
```
310+
=== "Windows"
311+
```sh
312+
curl -L -o dcm_qa_nih-master.zip https://github.com/neurolabusc/dcm_qa_nih/archive/refs/heads/master.zip
313+
```
305314

306315
2. Extract/unzip the zipped file into **sourcedata/**.
307316
```sh

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gitdb==4.0.10
1010
GitPython==3.1.41
1111
hug==2.6.1
1212
idna==3.7
13-
Jinja2==3.1.5
13+
Jinja2==3.1.6
1414
Mako==1.2.4
1515
Markdown==3.3.7
1616
MarkupSafe==2.1.3

0 commit comments

Comments
 (0)