Skip to content

Commit 137fbd7

Browse files
authored
Update Readme with working git-lfs instructions (#212)
* Add instructions to readme. * Update comment following Gabriel's feedback.
1 parent 1a3fe1c commit 137fbd7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,11 @@ The integration tests also provide an idea about how to use the library and what
250250
```
251251

252252
2. **Install Git LFS and fetch test data:**
253+
254+
This step downloads Parquet files used in some tests. It must be completed successfully for the testing suite to pass.
255+
256+
Install Git LFS if you don't already have it: [Official docs](https://git-lfs.com/).
257+
253258
```bash
254259
git lfs install
255260
git lfs checkout

0 commit comments

Comments
 (0)