Skip to content

Commit c2dd0d3

Browse files
committed
Updates
1 parent 34230ff commit c2dd0d3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

reference/requirements.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,17 @@ to avoid leaking internal information about your application to visitors.
2929
Checking Requirements for the Command Console
3030
---------------------------------------------
3131

32-
Open your console or terminal, enter in your project directory, and run the
33-
following command provided by the ``symfony`` binary created when
34-
`installing Symfony`_:
32+
Open your console or terminal and run the following command provided by the
33+
``symfony`` binary created when `installing Symfony`_:
3534

3635
.. code-block:: terminal
3736
38-
$ cd my-project/
37+
# checks if your computer/server is ready to run Symfony projects
3938
$ symfony check:requirements
4039
40+
# use the --dir option to also check if some specific Symfony project is ready to be run
41+
$ symfony check:requirements --dir=/path/to/my-project
42+
4143
.. _`Symfony Standard Edition`: https://github.com/symfony/symfony-standard
4244
.. _`skeleton`: https://github.com/symfony/skeleton
4345
.. _`website-skeleton`: https://github.com/symfony/website-skeleton

0 commit comments

Comments
 (0)