From cb851048bf47a3a8788650f966f952f6b9839ed2 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 19 Jun 2018 10:23:28 -0400 Subject: [PATCH] notes Add note about node - some users reported trouble building keytar (will need to do more research). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ffcae4af..089f040e3 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ Double click the installed application to browse with the LBRY network. #### Prerequisites * [Git](https://git-scm.com/downloads) -* [Node.js](https://nodejs.org/en/download/) +* [Node.js](https://nodejs.org/en/download/) (Use Node v8 if having trouble with keytar) * [Yarn](https://yarnpkg.com/en/docs/install) -* [C++ Build Tools](https://github.com/felixrieseberg/windows-build-tools) (Windows only) +* [C++ Build Tools](https://github.com/felixrieseberg/windows-build-tools) (Windows only, only install if having trouble with keytar) #### Steps