docs: update README.md

This commit is contained in:
Maël Gangloff 2024-07-17 16:52:28 +02:00
parent ed81167f49
commit f9a7ed2b7f
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

View File

@ -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:
```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