From ec4adc33ec00dfe4a5720a13551428aaddaf72d9 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 30 Aug 2023 19:47:40 +0200 Subject: Add packaging info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ab0c18a..44f490d 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit