Update README.md

This commit is contained in:
erosman 2023-12-27 16:26:25 +03:30 committed by GitHub
parent 06125efbff
commit e9162e118e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 10 deletions

View File

@ -290,16 +290,13 @@ The library is not used in Firefox and will be removed once users migrate to v8+
### With [grunt](https://gruntjs.com/getting-started):
1. Install grunt locally:
`npm i -D grunt-cli`
2. Run one of:
`grunt --target=chrome-standard`<br>
`grunt --target=chrome-basic`<br>
`grunt --target=firefox-standard`<br>
`grunt --target=firefox-basic`
- Install grunt locally:
- `npm i -D grunt-cli`
- Run one of:
- `grunt --target=chrome-standard`<br>
- `grunt --target=chrome-basic`<br>
- `grunt --target=firefox-standard`<br>
- `grunt --target=firefox-basic`
The target is built in `foxyproxy-XXX-YYY.zip`; e.g. `foxyproxy-chrome-standard.zip`.