From f9a7ed2b7f9965ca3a95ef5c1a454c29525e1d8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gangloff?= Date: Wed, 17 Jul 2024 16:52:28 +0200 Subject: [PATCH] docs: update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index c79b780..5c53495 100644 --- a/README.md +++ b/README.md @@ -42,31 +42,26 @@ on [How to deploy a Symfony application](https://symfony.com/doc/current/deploym ```shell git clone https://github.com/maelgangloff/domain-watchdog.git ``` - 2. Navigate to the project directory: ```shell cd domain-watchdog ``` - -3.Install dependencies: +3. Install dependencies: ```shell composer install ``` - 4. Set up your environment variables: ```shell cp .env .env.local ``` - 5. Run database migrations: ```shell php bin/console doctrine:migrations:migrate ``` - 6. Start the Symfony server: ```shell