From 49adf851b1358573d3ceb80114f055c826692cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Sat, 30 Dec 2023 16:03:07 +0000 Subject: [PATCH] README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18df8d3..56390ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # lmlfc-bttv -- install deps `yarn install --production=false` -- make "dist" dir: `yarn build` -- pack "dist" dir: `yarn build-ext` +- install deps: `yarn` +- more verbose but same: `yarn install --production=false` +- compile extension (into "dist" dir): `yarn build` +- pack "dist" dir (runs web-ext): `yarn build-ext`