diff --git a/README.md b/README.md index 71ce87e..454c850 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ A Psalm plugin for Laravel ## Installation +First [install Psalm](https://psalm.dev/quickstart) in your project, making sure to run `--init`, then run the following commands: + ``` composer require --dev psalm/plugin-laravel vendor/bin/psalm-plugin enable psalm/plugin-laravel