Skip to content

BricksRL/ProjectPage

Repository files navigation

ProjectPage

Setting Up Git LFS on Linux

To handle large video files in this repository, follow these steps to set up Git LFS on your Linux machine:

  1. Install Git LFS:

    For Debian-based systems (e.g., Ubuntu), run:

    sudo apt-get install git-lfs 

    For other distributions, see the Git LFS installation guide.

  2. Initialize Git LFS: In your cloned repository's directory, run:

    git lfs install
  3. Pull LFS Files: Download the large files with:

    git lfs pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published