From 6fa738e3b80e1992c6dcbcf6b7147e278614cdf0 Mon Sep 17 00:00:00 2001 From: mayeaux Date: Fri, 11 Jun 2021 18:23:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c065a9..3a857da 100644 --- a/README.md +++ b/README.md @@ -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)