diff --git a/README.md b/README.md index 5d6f7a9..95bab2f 100644 --- a/README.md +++ b/README.md @@ -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: