X-Git-Url: https://git.r.bdr.sh/rbdr/junction/blobdiff_plain/a94a5407e22b3287db369edad92679f98bc2cb52..3f2e36eabf1494ac60a3cf533d3db86d25a6cc39:/README.md diff --git a/README.md b/README.md index 036203a..44f490d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ Connect people through any URL ## Extension +First, make sure to build the plugin. From the extension's root you can call: + +``` +$ pnpm install && pnpm build +``` + ### Testing on Firefox In order to test on firefox, first go to `about:debugging`, then click @@ -17,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.