Skip to content

Commit 1bbf35f

Browse files
committed
update data url
1 parent 2a2c848 commit 1bbf35f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ The data used in these materials is provided as a zip file.
2323
Download and unzip the folder to your Desktop to follow along with the materials.
2424

2525
<!-- Note for Training Developers: adjust the link as relevant -->
26-
<a href="https://www.dropbox.com/sh/d9kjkq0053uyxxc/AAAzFpD0NfUmxvoQxeZRpMw8a?dl=1">
26+
<a href="https://www.dropbox.com/scl/fo/tnlv39c7tummmgfgus9ke/AKcdC6Cw26JFsbkWZV9nsRE?rlkey=go3spp4tabdzkbp60gh481l10&st=mn62c73t&dl=1">
2727
<button class="btn"><i class="fa fa-download"></i> Download</button>
2828
</a>
2929

30+
You can also download the data from the terminal using the following commands:
31+
32+
```bash
33+
cd ~/Desktop
34+
wget -O data-shell.zip "https://www.dropbox.com/scl/fo/tnlv39c7tummmgfgus9ke/AKcdC6Cw26JFsbkWZV9nsRE?rlkey=go3spp4tabdzkbp60gh481l10&st=mn62c73t&dl=1"
35+
unzip data-shell.zip
36+
```
37+
3038
## Software
3139

3240
### Unix Terminal

0 commit comments

Comments
 (0)