Skip to content

Conversation

robertmcnees
Copy link

Minor changes to the README to include two small tasks to get the code to clone and compile locally.

git-lfs is required
Git Large File Storage is required to clone the project. Even with the command GIT_LFS_SKIP_SMUDGE=1 I still got the error:

git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.

After a brew install git-lfs things worked fine. I verified after that the GIT_LFS_SKIP_SMUDGE=1 did reduce the disk size of the download. But git-lfs seems to be a requirement.

Run Docker Desktop
To build the project I needed a container runtime (i.e. Docker Desktop) running locally.

Git Large File Storage is required to clone the project.
To build the project a container runtime (i.e. Docker Desktop)
is required to be running locally.

Signed-off-by: Robert McNees <[email protected]>
@ilayaperumalg ilayaperumalg added the documentation Improvements or additions to documentation label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants