Skip to content

Commit 110249e

Browse files
committed
Fixing 2 small things thanks to @wouterj and @stof
1 parent 92ce29b commit 110249e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

book/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Updating Vendors
118118
At this point, you've downloaded a fully-functional Symfony project in which
119119
you'll start to develop your own application. A Symfony project depends on
120120
a number of external libraries. These are downloaded into the `vendor/` directory
121-
of your project via a library called `Composer_`.
121+
of your project via a library called `Composer`_.
122122

123123
Depending on how you downloaded Symfony, you may or may not need to do update
124124
your vendors right now. But, updating your vendors is always safe, and guarantees

quick_tour/the_big_picture.rst

+3
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ have a ``Symfony/`` directory that looks like this:
6161
6262
$ composer.phar create-project symfony/framework-standard-edition path/to/install
6363
64+
# remove the Git history
65+
$ rm -rf .git
66+
6467
.. tip::
6568

6669
If you have PHP 5.4, you can use the built-in web server:

0 commit comments

Comments
 (0)