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`