Skip to content

Commit

Permalink
DAS-2214: warn users they need git-lfs (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Sep 26, 2024
1 parent 2c83754 commit 652da1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ locally in the browser against a single service regression test.
## Install Prerequisites

* [Docker](https://www.docker.com/get-started) (to run locally in docker)
* [git-lfs](https://git-lfs.com/) (to handle large files)


### Cloning the repostiory.

To work with this repository, ensure git-lfs (Git Large File Storage) is
installed on your system, as it's used to manage some large files stored in
GitHub.


## Running the Tests Locally
Expand Down

0 comments on commit 652da1f

Please sign in to comment.