Skip to content

Commit 9df4e5a

Browse files
committed
Merging #349
1 parent a49a86c commit 9df4e5a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

cookbook/workflow/new_project_git.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,8 @@ votre dépôt local git :
7272
7373
$ git commit -m "Initial commit"
7474
75-
8. Finalement, téléchargez toutes les bibliothèques tierces :
76-
77-
.. code-block:: bash
78-
79-
$ php bin/vendors install
75+
8. Finalement, téléchargez toutes les bibliothèques tierces en utilisant composer.
76+
vous pourrez trouver plus d'informations sur :ref:`mettre-a-jour-les-vendors`.
8077

8178
A ce point, vous disposez d'un projet Symfony2 totalement fonctionnel qui est
8279
correctement committé sous git. Vous pouvez immédiatement commencer à
@@ -161,4 +158,4 @@ qui aide à gérer ceci est `Gitolite`_.
161158
.. _`GitHub`: https://github.com/
162159
.. _`dépôt barebones`: http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository
163160
.. _`Gitolite`: https://github.com/sitaramc/gitolite
164-
.. _`Github .gitignore`: https://help.github.com/articles/ignoring-files
161+
.. _`Github .gitignore`: https://help.github.com/articles/ignoring-files

0 commit comments

Comments
 (0)