diff --git a/README.md b/README.md index b4ac57b..d301ddd 100644 --- a/README.md +++ b/README.md @@ -39,27 +39,4 @@ This project uses a modular architecture: ```bash bun run db:push # Apply schema changes bun run generate # Generate migrations - ``` - -## Deployment - -### Manual Command Registration -Since command registration is decoupled from startup, you must run this manually when you add or change commands. - -**Option 1: Using Docker (Recommended)** -Uses the credentials configured in `docker-compose.yml`. -```bash -docker compose run --rm app bun run deploy -``` - -**Option 2: Running Locally** -Requires valid `.env` file with `DISCORD_CLIENT_ID`. -```bash -bun run deploy -``` - -## Development Features - -- **Type Safety**: Full TypeScript support. -- **Env Validation**: `zod` ensures all required env vars are present. -- **Hot Reloading**: `bun --watch` for fast development. + ``` \ No newline at end of file