Skip to content

Commit

Permalink
[docs] Replace yarn global add with yarn dlx for puppeteer installati…
Browse files Browse the repository at this point in the history
…on (#2849)

Signed-off-by: Ritesh9876 <riteshmangdare@gmail.com>
  • Loading branch information
Ritesh9876 authored Dec 22, 2024
1 parent e106c19 commit d557979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Install dependencies with Yarn

```bash
# Install Puppeteer
yarn global add puppeteer
yarn dlx puppeteer


# Install JavaScript dependencies:
Expand Down

0 comments on commit d557979

Please sign in to comment.