Skip to content

Commit 9940b06

Browse files
rvanvelzenondrejmirtes
authored andcommitted
Fix build instructions in README
1 parent 4cb3021 commit 9940b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Initially you need to run `composer install`, or `composer update` in case you a
2323

2424
Afterwards you can either run the whole build including linting and coding standards using
2525

26-
vendor/bin/phing
27-
26+
make
27+
2828
or run only tests using
2929

30-
vendor/bin/phing tests
30+
make tests

0 commit comments

Comments
 (0)