update link instructions
This commit is contained in:
parent
d99232ebc7
commit
11205c5338
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
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
|
cd lbryinc
|
||||||
sudo npm link
|
yarn link
|
||||||
cd /<path>/<to>/<project>/node_modules
|
cd /<path>/<to>/<project> (ex: cd ~/lbry-desktop)
|
||||||
npm link lbryinc
|
yarn link lbryinc
|
||||||
````
|
````
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
Loading…
Reference in a new issue