@@ -20,7 +20,7 @@ Initial Project Setup
2020To get started, you'll need to download Symfony and initialize your local
2121git repository:
2222
23- 1 . Download the `Symfony2 Standard Edition `_ using Composer:
23+ # . Download the `Symfony2 Standard Edition `_ using Composer:
2424
2525 .. code-block :: bash
2626
@@ -30,7 +30,7 @@ git repository:
3030 required vendor libraries. For more information about downloading Symfony using
3131 Composer, see `Installing Symfony using Composer `_.
3232
33- 2 . Your project folder will now contain files of the Symfony framework, as well
33+ # . Your project folder will now contain files of the Symfony framework, as well
3434 as files and folders for vendor libraries. You'll want to store your project
3535 files in Git, but not the dependencies, since they will be managed by Composer.
3636 You'll also want to keep your ``parameters.yml `` out of your repository as it will
@@ -51,19 +51,19 @@ git repository:
5151 in which case, you can find more information here: `Github .gitignore `_
5252 This way you can exclude files/folders often used by your IDE for all of your projects.
5353
54- 3 . Initialize your Git repository:
54+ # . Initialize your Git repository:
5555
5656 .. code-block :: bash
5757
5858 $ git init
5959
60- 4 . Add all of the initial files to Git:
60+ # . Add all of the initial files to Git:
6161
6262 .. code-block :: bash
6363
6464 $ git add .
6565
66- 5 . Create an initial commit with your started project:
66+ # . Create an initial commit with your started project:
6767
6868 .. code-block :: bash
6969
0 commit comments