Update README.md

This commit is contained in:
mayeaux 2021-06-11 18:23:02 +02:00 committed by Jeremy Kauffman
parent 8f9a58bfc8
commit 6fa738e3b8

View file

@ -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)