tfrere commited on
Commit
d880ced
·
1 Parent(s): eca0428

docs: add concise LFS note

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,6 +18,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
18
  Instruction to install and run locally
19
 
20
  ```bash
 
 
 
21
  npm install
22
  npm run build
23
  npm run dev
 
18
  Instruction to install and run locally
19
 
20
  ```bash
21
+ # fetch LFS-tracked files (large assets)
22
+ git lfs pull
23
+
24
  npm install
25
  npm run build
26
  npm run dev