From b5dfbe3abfc60b891b5c73bb4094c82fb8b7c48d Mon Sep 17 00:00:00 2001 From: Mathieu Guay-Paquet Date: Wed, 26 Jan 2022 13:36:29 -0500 Subject: [PATCH] Add `git annex init` to download instructions Addresses #113 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59a3e9ec90d..ea21f3d83dd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Then this will download the dataset: ``` git clone https://github.com/spine-generic/data-multi-subject && \ cd data-multi-subject && \ +git annex init && \ git annex get . ```