From 199ca1afc934a7836b848966f1429abd23c679bb Mon Sep 17 00:00:00 2001 From: jeromewu Date: Wed, 26 Jul 2023 08:29:44 +0000 Subject: [PATCH] Add git-lfs in README.md --- apps/website/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/website/README.md b/apps/website/README.md index 0a4980a..f42b9a9 100644 --- a/apps/website/README.md +++ b/apps/website/README.md @@ -4,6 +4,9 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta ### Installation +When cloning the repository, make sure you have git-lfs installed. If you install git-lfs after cloning, simple run +`git lfs pull` to download large files. + ``` $ npm install ```