Switch to unified view

a/README.md b/README.md
...
...
18
18
19
## Download
19
## Download
20
20
21
We are using a tool to manage large datasets called `git-annex`. To download this dataset, you need to have `git` installed, and also [install `git-annex`](https://github.com/neuropoly/data-management/blob/master/git-annex.md#installation)
21
We are using a tool to manage large datasets called `git-annex`. To download this dataset, you need to have `git` installed, and also [install `git-annex`](https://github.com/neuropoly/data-management/blob/master/git-annex.md#installation)
22
22
23
> ⚠️  Make sure you have at least **version 8** by running:
23
 ⚠️  Make sure you have at least **version 8** by running:
24
> git annex version | head -n 1
24
```bash 
25
git annex version | head -n 1
25
> # the answer should show something like: git-annex version: 8.20200330
26
```
27
 **the answer should show something like:** git-annex version: 8.20200330
26
28
27
29
28
30
29
Then this will download the dataset:
31
Then this will download the dataset:
30
32