Add dependencies installation instructions for build script

This commit is contained in:
Igor Gassmann 2018-01-15 10:41:58 -03:00
parent 8947f9ac2f
commit 0edf895baf

View file

@ -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`.