Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles committed Jan 25, 2025
1 parent c75b077 commit b96ef7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"scripts": {
"post-install-cmd": "npm install",
"post-install-cmd": "npm install && npm install https://github.com/zoonru/puphpeteer/tarball/zoon",
"test": "./vendor/bin/phpunit",
"update-docs": "php bin/console doc:generate",
"stan": "vendor/bin/phpstan analyze src",
Expand Down
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Install via Composer:
composer require playwright-php
```

Install npm dependencies:

```bash
npm install https://github.com/zoonru/puphpeteer/tarball/zoon
```

Install browser binaries:

```bash
Expand Down

0 comments on commit b96ef7c

Please sign in to comment.