From 79cbc4474e302367768fcf81b0e2a436ff6b1a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Chru=C5=9Bciel?= Date: Wed, 4 Dec 2024 09:45:15 +0100 Subject: [PATCH] README update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d71e81..a6098c7 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ ## Installation ### Traditional +Clone this project and execute following instruction ```bash -$ wget http://getcomposer.org/composer.phar -$ php composer.phar create-project sylius/sylius-standard project -$ cd project +$ cd SyliusWorkshopSymfonyCon24 +$ composer install $ yarn install $ yarn build $ php bin/console sylius:install