From 0edf895baf3ad4496651344c78c37056cf4dfe25 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Mon, 15 Jan 2018 10:41:58 -0300 Subject: [PATCH] Add dependencies installation instructions for build script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f2882544..7eabde706 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ development and testing purposes. ### One-time Setup 1. Clone this repo -2. `./build.sh` +2. `DEPS=true ./build.sh` This will download and install the LBRY app and its dependencies, including [the LBRY daemon](https://github.com/lbryio/lbry) and command line utilities like `node` and `yarn`.