From bb44380b3a0998859f1bce66675283ab2d001981 Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Sat, 30 Mar 2013 10:15:09 -0500 Subject: [PATCH 1/2] Update installation.rst Minor grammar correction --- book/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/installation.rst b/book/installation.rst index b4505ce06a1..80656ef0269 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -70,7 +70,7 @@ Distribution: (e.g. "Tests"), add the ``--prefer-dist`` option at the end of any Composer command. -This command may take several minutes to run as Composer download the Standard +This command may take several minutes to run as Composer downloads the Standard Distribution along with all of the vendor libraries that it needs. When it finishes, you should have a directory that looks something like this: From 56e85b11238f7890dc501c40a99342ebef544905 Mon Sep 17 00:00:00 2001 From: Eric Poe Date: Sat, 30 Mar 2013 14:13:39 -0500 Subject: [PATCH 2/2] Update installation.rst Added some symlink support information. --- book/installation.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/book/installation.rst b/book/installation.rst index 80656ef0269..c041d31c54e 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -173,9 +173,13 @@ Symfony itself - into the ``vendor/`` directory. When running ``php composer.phar install`` or ``php composer.phar update``, composer will execute post install/update commands to clear the cache and install assets. By default, the assets will be copied into your ``web`` - directory. To create symlinks instead of copying the assets, you can - add an entry in the ``extra`` node of your composer.json file with the - key ``symfony-assets-install`` and the value ``symlink``: + directory. + + Instead of copying your Symfony assets, you can create symlinks if + your operating system supports it. To create symlinks, add an entry + in the ``extra`` node of your composer.json file with the key + ``symfony-assets-install`` and the value ``symlink``: + .. code-block:: json