Add git-lfs in README.md

This commit is contained in:
jeromewu 2023-07-26 08:29:44 +00:00
parent 5c2003894a
commit 199ca1afc9

View File

@ -4,6 +4,9 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
### Installation ### 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 $ npm install
``` ```