docs:improve docs for firefox build on node 20

This commit is contained in:
Carlos Quintana
2024-08-14 15:21:18 +02:00
parent 18e8e543a2
commit ef2f704864
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ This project has been tested with Node v20.2.0 and NPM 9.6.6.
Please run the following commands to install dependencies and generate a build Please run the following commands to install dependencies and generate a build
```bash ```bash
NODE_OPTIONS=--openssl-legacy-provider npm install export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build:firefox:beta npm run build:firefox:beta
npm run build-zip npm run build-zip
``` ```
+2 -1
View File
@@ -8,7 +8,8 @@ This project has been tested with Node v20.2.0 and NPM 9.6.6.
Please run the following commands to install dependencies and generate a build Please run the following commands to install dependencies and generate a build
```bash ```bash
NODE_OPTIONS=--openssl-legacy-provider npm install export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm run build:firefox npm run build:firefox
npm run build-zip npm run build-zip
``` ```