Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Nov 27, 2024
1 parent 63c957b commit a9f8302
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ See [Vite Configuration Reference](https://vitejs.dev/config/).
npm install
```

You can customize your build via `.env` file

```conf
MANIFEST_VERSION=3
FIREFOX_BUILD=0
```
- `MANIFEST_VERSION` - manifest version you want to use (`2` or `3`)
- `FIREFOX_BUILD` - if the build meant for Firefox (`0` - no, `1` - yes)

## Commands

### Build
Expand Down

0 comments on commit a9f8302

Please sign in to comment.