From a9bdf53deef6da117ac174871700011a33ab1d1d Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 3 Oct 2019 15:05:04 -0400 Subject: [PATCH] update link instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d464b1c..00fdddf 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Add `lbry-redux` as a dependency to your `package.json` file. If you intend to make changes to the module and test immediately, you can use `npm link` to add the package to your `node_modules` folder. This will create a symlink to the folder where `lbry-redux` was cloned to. ``` cd lbry-redux -sudo npm link -cd ////node_modules -npm link lbry-redux +yarn link +cd /// (ex: cd ~/lbry-desktop) +yarn link lbry-redux ```` ### Build