File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,18 @@ The data used in these materials is provided as a zip file.
23
23
Download and unzip the folder to your Desktop to follow along with the materials.
24
24
25
25
<!-- 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 " >
27
27
<button class =" btn " ><i class =" fa fa-download " ></i > Download</button >
28
28
</a >
29
29
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
+
30
38
## Software
31
39
32
40
### Unix Terminal
You can’t perform that action at this time.
0 commit comments