docs: clean up database migration instructions in README

This commit is contained in:
Ardeman 2025-02-27 10:48:04 +08:00
parent ccd92c270a
commit 290c0edff7

View File

@ -125,6 +125,7 @@ Make sure to replace the values with your actual database details.
## Migrate the Database Using `make migrate`
Before running your application, let's setup your database first.
```bash
make migrate
```
@ -137,14 +138,6 @@ Run the following command to build your project. The binary will be placed in th
make build
```
## Migrate database Using `make migrate`
Run the following command if there some changes in database tables.
```base
make migrate
```
## Run the Program Using `make run`
Finally, you can run your program using: