From a173a9b33ff8dccbe02b9ad2d5e268ca3b036563 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Thu, 4 Feb 2021 17:29:23 -0500 Subject: [PATCH] Mention git-lfs prerequisite for developer setup (#4754) The git-lfs dependency is pertinent to more operating systems than just macOS. This moves the mention of git-lfs from the "macOS" section of CONTRIBUTING to the general "Developer Setup" section. --- CONTRIBUTING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2954c82d7c..687f894d8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,12 +25,11 @@ you can just run `nvm use` in the project directory and it will switch to the pr desired Node.js version. [nvm for windows](https://github.com/coreybutler/nvm-windows) is still useful, but it doesn't support `.nvmrc` files. -Then you need `git`, if you don't have that yet: https://git-scm.com/ +Then you need [`git`](https://git-scm.com/) and [`git-lfs`](https://github.com/git-lfs/git-lfs/wiki/Installation), if you don't have those yet. ### 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` +Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/). ### Windows