Skip to content

Commit

Permalink
doc: add some hints about git LFS
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Dec 23, 2023
1 parent 3fcf03e commit 609086d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,12 @@ The result depends on your specific device:
}
}
```

## Testing

Please ensure you have the Git Large File Storage extension installed. Some of the tests require blobs which are handled as Large File Storage files. In case the files are not populated as expected this may help:

```sh
git lfs fetch --all
git lfs pull
```

0 comments on commit 609086d

Please sign in to comment.