Skip to content

Commit 7459652

Browse files
authored
Update README.md
1 parent 48418f1 commit 7459652

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,12 @@ Dependencies
7979
composer install --no-dev
8080
```
8181
82-
> [!CAUTION]
83-
> To run in production mode, set `APP_ENV=prod` in your `.env.local` file (see below)
82+
And set `APP_ENV=prod` in your `.env.local` file (see below)
8483
8584
86-
2. At least put the correct credentials to your database (driver and url) in your `.env.local` file so you can easily create the necessary tables.
85+
3. At least put the correct credentials to your database (driver and url) in your `.env.local` file so you can easily create the necessary tables.
8786
88-
3. Run the migrations to create all the necessary tables:
87+
4. Run the migrations to create all the necessary tables:
8988
9089
```
9190
bin/console doctrine:migrations:migrate

0 commit comments

Comments
 (0)