Update README.md
This commit is contained in:
parent
8f9a58bfc8
commit
6fa738e3b8
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ yarn link lbryinc
|
|||
### Build
|
||||
Run `$ yarn build`. If the symlink does not work, just build the file and move the `bundle.js` file in to the `node_modules/` folder.
|
||||
|
||||
### Automatic rebuild
|
||||
To have the code automatically rebuild upon changes you can run `$ yarn dev` which will use `rollup` to watch the files and build upon detection of updated source code.
|
||||
|
||||
## License
|
||||
|
||||
[MIT © LBRY](LICENSE)
|
||||
|
|
Loading…
Reference in a new issue