1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Merge pull request #67 from mbrodala/patch-1

Simplify installation procedure
This commit is contained in:
Matthew Brown 2017-01-17 08:38:54 -05:00 committed by GitHub
commit e4cceee140

View File

@ -14,8 +14,7 @@ Check out the [wiki](https://github.com/vimeo/psalm/wiki) or [try a live demo](h
Install via [Composer](https://getcomposer.org/):
```bash
composer require --dev "vimeo/psalm:dev-master"
composer install
composer require --dev vimeo/psalm
```
Add a `psalm.xml` config: