From 0a818fa5837d6f2d93cb58d67e0eff67b624eb99 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Fri, 10 Nov 2017 11:49:22 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bb0595e9..27d426584 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ To install from source or make changes to the application, continue reading belo 1. Clone this repo 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`. \ -The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth. +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`. The LBRY app requires Node >= 6; if you have an earlier version of Node installed and want to keep it, you can use [nvm](https://github.com/creationix/nvm) to switch back and forth. ### Running