We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea6ed9 commit 8a6bb73Copy full SHA for 8a6bb73
1 file changed
doc/installation.md
@@ -95,9 +95,14 @@ you will probably need to change the extension of the imported file in
95
96
5. Finish the installation by updating the database schema and installing assets:
97
98
-```
+```bash
99
$ bin/console cache:clear
100
+
101
+# If you used migrations in your project...
102
$ bin/console doctrine:migrations:migrate
103
+# ... or if you use doctrine schema tool.
104
+$ bin/cosole doctrine:schema:update --dump-sql # and --force switch when you're ready :)
105
106
$ bin/console assets:install --symlink
107
$ bin/console sylius:theme:assets:install --symlink
108
```
0 commit comments