Skip to content

Commit 2764076

Browse files
authored
Fix path to requirements-checker
1 parent 724e5c4 commit 2764076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The ``req-checker`` utility adds two PHP scripts to your application:
9090

9191
.. code-block:: terminal
9292
93-
php bin/check.php
93+
php vendor/bin/requirements-checker
9494
9595
This will check your CLI environment. Run the second one from a browser (e.g.
9696
``http://localhost:8000/check.php``) to check your web server environment.

0 commit comments

Comments
 (0)