X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/e3dca99b9461e2b0fc8f918e6ec2b5212060a8ac..4a191e8036581893bf5f4cfb284770d1bfe9a807:/README.md diff --git a/README.md b/README.md index ce413b1..44f490d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Connect people through any URL First, make sure to build the plugin. From the extension's root you can call: ``` -$ yarn install && yarn build +$ pnpm install && pnpm build ``` ### Testing on Firefox @@ -23,3 +23,8 @@ This will enable the extension and will allow you to use the inspector to debug. In order to test on chrome, first go to `chrome://extensions/`. Make sure `Developer mode` is enabled. Then click `Load Unpacked` and point the browser to the `extension` directory. + +### Packaging + +The makefile includes scripts to create a distributable package. `make package` +should generate all supported files in the `build/` directory.