diff --git a/README.md b/README.md index aa25eda538..fee84b52f1 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ DATABASE_URL="postgresql://postgres:your_password@localhost:5432/simstudio" Then run the migrations: ```bash +cd apps/sim # Required so drizzle picks correct .env file bunx drizzle-kit migrate --config=./drizzle.config.ts ```