Skip to content

Commit

Permalink
Add install and configuration commands for git-lfs to README.md (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonthefrog authored Oct 31, 2024
1 parent 509a3bd commit 756aca7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ locally in the browser against a single service regression test.

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.
GitHub. To install git-lfs with Homebrew, enter the following commands:

```
brew install git-lfs
git lfs install
```

If you have already cloned this repository, delete it and re-clone.


## Running the Tests in GitHub:
Expand Down

0 comments on commit 756aca7

Please sign in to comment.