diff --git a/README.md b/README.md index 3b4da80..c34bce7 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,14 @@ Three test levels: Run all: `mix test` +For DB setup/migrations in local development, run: + +```bash +mix tribes.migrate +``` + +This runs Tribes + Parrhesia + plugin migrations via `Tribes.Release`. + ## Building for Release ```bash