Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed section headers
  • Loading branch information
javiereguiluz committed Dec 14, 2014
commit f58db719fc50f3b78a49b8cd046d5dd2d9dc87fc
4 changes: 2 additions & 2 deletions best_practices/creating-the-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the past, Symfony projects were created with `Composer`_, the dependency mana
for PHP applications. However, the current recommendation is to use the **Symfony
Installer**, which has to be installed before creating your first project.

Linux and Mac OS X systems
Linux and Mac OS X Systems
~~~~~~~~~~~~~~~~~~~~~~~~~~

Open your command console and execute the following:
Expand All @@ -22,7 +22,7 @@ Open your command console and execute the following:
Now you can execute the Symfony Installer as a global system command called
``symfony``.

Windows systems
Windows Systems
~~~~~~~~~~~~~~~

Open your command console and execute the following:
Expand Down