diff --git a/README.md b/README.md index e8d69c9..396a8bb 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,15 @@ Install this project with: To run the project, execute the following command: -Example command: +setup database: +``` +rails db:create +rails db:migrate +rails db:seed + +``` + +start server command: ```sh rails server