From 2a2cc3c97de95b5d749f39dc327a357cdcda6bc0 Mon Sep 17 00:00:00 2001 From: Jared Tobin Date: Sun, 30 Jun 2019 18:42:58 +0800 Subject: [PATCH] Add git LFS instructions to README. [ci skip] --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0ac3c0a30..12635e1c6 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,17 @@ The test suite can similarly be run via a simple: make test ``` +Note that some of the Makefile targets need access to pills tracked via [git +LFS][git-lfs], so you'll also need to have those available locally: + +``` +git lfs install +git lfs pull +``` + [trav]: https://github.com/urbit/urbit.git [nix]: https://nixos.org/nix/ +[git-lfs]: https://git-lfs.github.com ## Contributing