Skip to content

Commit 261205e

Browse files
authored
docs: add browser packaging instructions (huhu#306)
1 parent 339a67d commit 261205e

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,20 @@ $ make firefox # For Firefox version
7070
$ make edge # For Edge version
7171
```
7272

73+
## Build Instructions
74+
75+
To build packages for different browsers, use the `make pack` command followed by the target browser name.
76+
77+
### Syntax
78+
79+
```bash
80+
make pack chrome
81+
82+
make pack firefox
83+
84+
make pack edge
85+
```
86+
7387
## Get involved
7488

7589
You can contact us on Discord Channel: https://discord.gg/xucZNVd

0 commit comments

Comments
 (0)