mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Add missing 'git lfs pull' command at build from scratch
This commit is contained in:
parent
199d543c23
commit
7c480babad
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue