From 9940b06ce82e38a99be0fe6fdfbd849745c82fb2 Mon Sep 17 00:00:00 2001 From: Richard van Velzen Date: Wed, 30 Mar 2022 09:14:35 +0200 Subject: [PATCH] Fix build instructions in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fac4f3f..080e25e 100644 --- a/README.md +++ b/README.md @@ -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