From 7c480babadbb57f3aee5ae06456cb808258cbd9e Mon Sep 17 00:00:00 2001 From: chimp1984 Date: Sun, 6 Sep 2020 20:46:14 -0500 Subject: [PATCH] Add missing 'git lfs pull' command at build from scratch --- docs/build.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index ca3ab06457..ea054c7936 100644 --- a/docs/build.md +++ b/docs/build.md @@ -7,7 +7,7 @@ Bisq uses Git LFS to track certain large binary files. Follow the instructions a $ git lfs version git-lfs/2.10.0 (GitHub; darwin amd64; go 1.13.6) - + ## Clone @@ -17,8 +17,9 @@ Bisq uses Git LFS to track certain large binary files. Follow the instructions a ## Build -You do _not_ need to install Gradle to complete the following command. The `gradlew` shell script will install it for you if necessary. +You do _not_ need to install Gradle to complete the following command. The `gradlew` shell script will install it for you if necessary. Pull the lfs data first. + git lfs pull ./gradlew build If on Windows run `gradlew.bat build` instead.