Skip to content

Commit 0e0ee49

Browse files
committed
Remove misleading 'after starting'
1 parent 4720152 commit 0e0ee49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ The following software packages, or their equivalents, are expected to be instal
4848

4949
The project runs locally inside docker. Please ensure you have docker installed.
5050

51-
You can run the application by running:
51+
Apply the database migrations:
5252

5353
```shell
54-
make dev-run
54+
make dev-migrate
5555
```
5656

57-
After starting the application, apply the database migrations:
57+
Run the application:
5858

5959
```shell
60-
make dev-migrate
60+
make dev-run
6161
```
6262

6363
## Testing

0 commit comments

Comments
 (0)