From 2764076b1efccbaf649ab414bbaee160c875cbe0 Mon Sep 17 00:00:00 2001 From: Clemens Krack Date: Fri, 10 Nov 2017 16:20:34 +0100 Subject: [PATCH] Fix path to requirements-checker --- setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.rst b/setup.rst index 9debd159aad..981b4371dcb 100644 --- a/setup.rst +++ b/setup.rst @@ -90,7 +90,7 @@ The ``req-checker`` utility adds two PHP scripts to your application: .. code-block:: terminal - php bin/check.php + php vendor/bin/requirements-checker This will check your CLI environment. Run the second one from a browser (e.g. ``http://localhost:8000/check.php``) to check your web server environment.