Skip to content

Commit

Permalink
add makefile to download data
Browse files Browse the repository at this point in the history
  • Loading branch information
awohns committed Aug 29, 2022
1 parent 7eb6470 commit e2e0831
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions data/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
download:
curl -L -o ldgm https://www.dropbox.com/sh/hkm111kwwi3kxl6/AAB60xtwoEC2bzlvuTnPctt4a?dl=0
6 changes: 5 additions & 1 deletion data/README
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Populate this directory with LDGMs downloaded from our Zenodo repository by running...
Populate this directory with LDGMs downloaded from our Zenodo repository by running:

```
make download
```

0 comments on commit e2e0831

Please sign in to comment.