Преглед на файлове

[doc] add symlink option

Thomas преди 14 години
родител
ревизия
9e9493f5ac
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Resources/doc/reference/installation.rst

+ 1 - 1
Resources/doc/reference/installation.rst

@@ -59,7 +59,7 @@ code to your application's routing file:
         type: sonata_admin
         prefix: /admin
 
-Now, install the assets of the different bundles: ``php app/console assets:install web``.
+Now, install the assets of the different bundles: ``php app/console assets:install web --symlink``.
 At this point you can access to the dashboard with the url: ``http://yoursite.local/admin/dashboard``.
 
 .. note::