diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 80aea4195e..da5cb07823 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -54,6 +54,8 @@ You can run `bin/dev` from the root directory, which will start an overmind (sim ## Seeding the database for local development +NOTE: If you used the `bin/init` script, this step has already been done for you. + Run `AVO_ADMIN_PASSWORD=secret bin/rails db:seed` to seed the database with dummy data and create a user for yourself with the email `avo@avohq.io` and password `secret`. ## Using your fork from another project