Skip to content

Commit 552c00c

Browse files
authored
Merge pull request #348 from beamop/patch-1
Update installation.rst
2 parents c24d182 + edb3075 commit 552c00c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Resources/doc/installation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ Execute the following command to publish the assets required by the bundle:
6767
# Symfony 2
6868
$ php app/console assets:install --symlink web
6969
70-
# Symfony 3 + 4
70+
# Symfony 3
7171
$ php bin/console assets:install --symlink web
72+
73+
# Symfony 4
74+
$ php bin/console assets:install --symlink public
7275
7376
.. _`installation chapter`: https://getcomposer.org/doc/00-intro.md

0 commit comments

Comments
 (0)