Fix build instructions in README

This commit is contained in:
Richard van Velzen 2022-03-30 09:14:35 +02:00 committed by Ondřej Mirtes
parent 4cb3021a4e
commit 9940b06ce8

View File

@ -23,8 +23,8 @@ Initially you need to run `composer install`, or `composer update` in case you a
Afterwards you can either run the whole build including linting and coding standards using
vendor/bin/phing
make
or run only tests using
vendor/bin/phing tests
make tests