]> git.r.bdr.sh - rbdr/junction/blobdiff - README.md
Refactor content script
[rbdr/junction] / README.md
index ce413b1e1098f4ba57df4d1c0624016776b31334..44f490ddbc3ac4ed5c8cbd22e5b606718d8ba296 100644 (file)
--- 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:
 
 ```
 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
 ```
 
 ### 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.
 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.