Skip to content

Commit

Permalink
[DOC] Add notes on lfs functionality and use
Browse files Browse the repository at this point in the history
  • Loading branch information
j143 committed Mar 8, 2024
1 parent 2800673 commit 8a871ce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -185,6 +185,15 @@ To add a new dataset,
1. create `<dataset-name>.md` file in the [`_src/_datasets`](_src/_datasets) folder.
2. Upload dataset files to [`_src/assets/datasets/<dataset-name>`](_src/assets/datasets) folder.

If the file sizes are big, use LFS

```bash
git lfs install
git add file.zip
git commit -m "Add big file"
git push origin main
```

And follow the [_Updating the website_](#updating-the-website) procedure.

## How to add contributors to community page
Expand Down

0 comments on commit 8a871ce

Please sign in to comment.