File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,17 @@ to avoid leaking internal information about your application to visitors.
29
29
Checking Requirements for the Command Console
30
30
---------------------------------------------
31
31
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 `_:
35
34
36
35
.. code-block :: terminal
37
36
38
- $ cd my-project/
37
+ # checks if your computer/server is ready to run Symfony projects
39
38
$ symfony check:requirements
40
39
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
+
41
43
.. _`Symfony Standard Edition` : https://github.com/symfony/symfony-standard
42
44
.. _`skeleton` : https://github.com/symfony/skeleton
43
45
.. _`website-skeleton` : https://github.com/symfony/website-skeleton
You can’t perform that action at this time.
0 commit comments