From 27091ce1c1f2cfbb269af44adf3c6d423de3e484 Mon Sep 17 00:00:00 2001 From: Steven Kearnes Date: Wed, 17 Feb 2021 09:24:40 -0700 Subject: [PATCH 1/2] Add Git LFS notes to README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9b60faa..6d1d137 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ![](https://raw.githubusercontent.com/Open-Reaction-Database/ord-data/main/badges/reactions.svg) [![DOI](https://zenodo.org/badge/283813042.svg)](https://zenodo.org/badge/latestdoi/283813042) +**IMPORTANT:** We use [Git LFS](https://git-lfs.github.com) to efficiently store +the Dataset records that make up the ORD. To view these files locally, you'll +need to install Git LFS before cloning the repository. + ## DOIs covered by ORD * Mdluli, V. et al. High-throughput Synthesis and Screening of Iridium(III) Photocatalysts for the Fast and Chemoselective Dehalogenation of Aryl Bromides. ACS Catalysis 10, 6977–6987 (2020). [doi: 10.1021/acscatal.0c02247](https://doi.org/10.1021/acscatal.0c02247) From 7d91d989dc05da847409ab72ad11be512f1faa0f Mon Sep 17 00:00:00 2001 From: Steven Kearnes Date: Wed, 17 Feb 2021 09:28:10 -0700 Subject: [PATCH 2/2] make it easier to see --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1d137..2d54f59 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ ![](https://raw.githubusercontent.com/Open-Reaction-Database/ord-data/main/badges/reactions.svg) [![DOI](https://zenodo.org/badge/283813042.svg)](https://zenodo.org/badge/latestdoi/283813042) -**IMPORTANT:** We use [Git LFS](https://git-lfs.github.com) to efficiently store +## Cloning with Git LFS + +We use [Git LFS](https://git-lfs.github.com) to efficiently store the Dataset records that make up the ORD. To view these files locally, you'll need to install Git LFS before cloning the repository.