From 943f41c04157c7aa27b331a67cdb4e4eaacd008f Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Wed, 20 Mar 2019 16:52:45 -0400 Subject: [PATCH] bump node, minor edits --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4f841d38..603e62e21 100644 --- a/README.md +++ b/README.md @@ -44,14 +44,13 @@ Double click the installed application to interact with the LBRY network. ## Running from Source -*Note: We are currently undergoing a lot of internal build changes. Linux doesn't seem to be working at the moment.* +*Note: We are currently undergoing a lot of internal build changes. If you find any issues, please report them to us.* #### Prerequisites - [Git](https://git-scm.com/downloads) -- [Node.js](https://nodejs.org/en/download/) (Use Node v8 if having trouble with keytar) +- [Node.js](https://nodejs.org/en/download/) (v10 required) - [Yarn](https://yarnpkg.com/en/docs/install) -- [C++ Build Tools](https://github.com/felixrieseberg/windows-build-tools) (Windows only, only install if having trouble with keytar) #### Steps