From e3dca99b9461e2b0fc8f918e6ec2b5212060a8ac Mon Sep 17 00:00:00 2001 From: rknol Date: Sun, 27 Sep 2020 18:52:40 +0200 Subject: Build system --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 036203a..ce413b1 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: + +``` +$ yarn install && yarn build +``` + ### Testing on Firefox In order to test on firefox, first go to `about:debugging`, then click -- cgit