Skip to content

Commit a4414cd

Browse files
authored
Update README.md
1 parent d9cc09a commit a4414cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@
55
You can install the package via Composer:
66

77
```bash
8-
composer require nativephp/php-bin
8+
composer require nativephp/php-bin --dev
99
```
1010

1111
or NPM:
1212

1313
```bash
14-
npm -i @nativephp/php-bin
14+
npm -i @nativephp/php-bin --save-dev
1515
```
1616

17+
### ℹ️ Heads up...
18+
> You should install this package as a `dev` dependency, in most cases, and simply copy what you need from it to the
19+
relevant parts of your application. This will save you distributing all of the PHP binaries with every installation.
20+
1721
## Credits
1822

1923
- [Marcel Pociot](https://github.com/mpociot)

0 commit comments

Comments
 (0)