@@ -20,11 +20,13 @@ Before creating your first Symfony application you must:
2020* Install PHP 7.1 or higher and these PHP extensions (which are installed and
2121 enabled by default in most PHP 7 installations): `Ctype `_, `iconv `_, `JSON `_,
2222 `PCRE `_, `Session `_, `SimpleXML `_, and `Tokenizer `_;
23- * `Install Composer `_, which is used to install PHP packages;
24- * `Install Symfony `_, which creates in your computer a binary called ``symfony ``
25- that provides all the tools you need to develop your application locally.
23+ * `Install Composer `_, which is used to install PHP packages.
2624
27- The ``symfony `` binary provides a tool to check if your computer meets these
25+ Optionally, you can also `install Symfony `_. This creates a binary called
26+ ``symfony `` that provides all the tools you need to develop and run your
27+ Symfony application locally.
28+
29+ The ``symfony `` binary provides a tool to check if your computer meets all
2830requirements. Open your console terminal and run this command:
2931
3032..code-block ::terminal