diff --git a/README.md b/README.md index 9fea7a7..08bbac3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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