update link instructions

This commit is contained in:
Sean Yesmunt 2019-10-03 15:05:42 -04:00 committed by GitHub
parent d99232ebc7
commit 11205c5338
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 /<path>/<to>/<project>/node_modules
npm link lbryinc
yarn link
cd /<path>/<to>/<project> (ex: cd ~/lbry-desktop)
yarn link lbryinc
````
### Build