Mention git-lfs in the contributor doc (#3927)

This commit is contained in:
Chris Varenhorst 2020-02-12 13:57:05 -08:00 committed by GitHub
parent 3f6d4486f6
commit e4d0829129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,8 @@ Then you need `git`, if you don't have that yet: https://git-scm.com/
### macOS
1. Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/).
2. Ensure [git-lfs](https://github.com/git-lfs/git-lfs/wiki/Installation) is installed. You'll need it to to checkout and install the node requirements. Install with `brew install git-lfs`
### Windows