Skip to content

Commit

Permalink
Change node build.js to npm run build in Installing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAProton authored Sep 24, 2023
1 parent 59e9f32 commit d79b636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALLING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ Please follow [the instructions here](https://github.com/FastForwardTeam/release
1. Clone this reposirory;
2. Navigate to `scripts` folder;
3. Run `npm ci`, make sure you have both latest node.js and npm installed;
4. Build the extension by running `node build.js {firefox|chromium|all} {none|nover|ver}`.
4. Build the extension by running `npm run build {firefox|chromium|all} {none|nover|ver}`.

Example: Building for chrome: `node build.js chromium nover`.
Example: Building for chrome: `npm run build chromium nover`.

## Troubleshooting
<details> <summary> "Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details." </summary>
Expand Down

0 comments on commit d79b636

Please sign in to comment.