1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Add vendor/bin

This commit is contained in:
Matthew Brown 2020-10-03 10:30:05 -04:00 committed by Daniil Gentili
parent 451e2c4d56
commit 780bc14de3
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -29,7 +29,7 @@ their source code and docblocks, it works even better with custom-tailored types
provided by Psalm plugins.
Check out the list of existing plugins on Packagist: https://packagist.org/?type=psalm-plugin
Install them with `composer require --dev <plugin/package> && psalm-plugin enable <plugin/package>`
Install them with `composer require --dev <plugin/package> && vendor/bin/psalm-plugin enable <plugin/package>`
Read more about plugins in [Using Plugins chapter](plugins/using_plugins.md).