mirror of
https://gitlab.com/ceda_ei/google-meet-captions-regex
synced 2025-03-12 15:06:51 +01:00
Update README.md
This commit is contained in:
parent
f7c355cc27
commit
367d906f6a
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
||||
# Google Meet Captions Regex
|
||||
|
||||
Send a notification when a caption in Google Meet matches a certain regex.
|
||||
Send a notification when a caption in Google Meet matches a certain regex.
|
||||
|
||||
## Building
|
||||
|
||||
+ `cd popup`
|
||||
+ `yarn install`
|
||||
+ `yarn build`
|
||||
+ `FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"`
|
||||
+ `zip -r "web-ext-artifacts/$FILENAME" gmcr.js manifest.json popup/build/ icons/`
|
||||
|
||||
### Building source zip (for review process)
|
||||
|
||||
+ `zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)`
|
||||
|
Loading…
x
Reference in New Issue
Block a user