From 58a5197ed3de44e021fb343ac9cd33a9adf52de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Odwa=C5=BCny?= Date: Thu, 12 Dec 2024 17:33:33 +0100 Subject: [PATCH] Update installation.md --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.md b/doc/installation.md index 842b00618..6c07ecd1a 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -101,7 +101,7 @@ $ bin/console cache:clear # If you used migrations in your project... $ bin/console doctrine:migrations:migrate # ... or if you use doctrine schema tool. -$ bin/cosole doctrine:schema:update --dump-sql # and --force switch when you're ready :) +$ bin/console doctrine:schema:update --dump-sql # and --force switch when you're ready :) $ bin/console assets:install --symlink $ bin/console sylius:theme:assets:install --symlink