diff --git a/README.md b/README.md index 8097c21..0c065a9 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Add `lbryinc` 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 lbryinc -sudo npm link -cd ////node_modules -npm link lbryinc +yarn link +cd /// (ex: cd ~/lbry-desktop) +yarn link lbryinc ```` ### Build