diff --git a/README.md b/README.md index 983c1fa..32116e8 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ THIS IS A TEMPORARY WORKAROUND UNTIL A MORE PERMANENT STORAGE SOLUTION IS FOUND. Run the following commands to create a directory called `examples` with all of the example and test files in it. ``` +# Requires git-lfs mkdir ldmat_tmp cd ldmat_tmp git init @@ -20,6 +21,8 @@ git remote add origin https://github.com/G2Lab/ldmat.git echo "examples/" > .git/info/sparse-checkout git fetch --depth 1 origin git pull origin main +git lfs install +git lfs pull cd .. mv ldmat_tmp/examples . rm -rf ldmat_tmp @@ -127,4 +130,4 @@ If you have a custom MAF format, implement `load_maf` as well. Finally, make sure to give your loader a `FRIENDLY_NAME` so it can be referenced by the CLI. If you think your input format is generic enough, or otherwise likely to be reused, feel free to submit -a pull request to add your loader to the package. \ No newline at end of file +a pull request to add your loader to the package.