Skip to content

Commit 66ed966

Browse files
ericpoeweaverryan
authored andcommitted
Update installation.rst
Added some symlink support information.
1 parent 3ca1386 commit 66ed966

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

book/installation.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,13 @@ Symfony itself - into the ``vendor/`` directory.
172172
When running ``php composer.phar install`` or ``php composer.phar update``,
173173
composer will execute post install/update commands to clear the cache
174174
and install assets. By default, the assets will be copied into your ``web``
175-
directory. To create symlinks instead of copying the assets, you can
176-
add an entry in the ``extra`` node of your composer.json file with the
177-
key ``symfony-assets-install`` and the value ``symlink``:
175+
directory.
176+
177+
Instead of copying your Symfony assets, you can create symlinks if
178+
your operating system supports it. To create symlinks, add an entry
179+
in the ``extra`` node of your composer.json file with the key
180+
``symfony-assets-install`` and the value ``symlink``:
181+
178182

179183
.. code-block:: json
180184

0 commit comments

Comments
 (0)