From 1b8488fe518e8ae529c75743d6c9be1a5aa1a698 Mon Sep 17 00:00:00 2001 From: jonathan meeks Date: Wed, 12 Mar 2025 12:36:40 -0700 Subject: [PATCH] some README tweaks --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c77647bd..32b656cb0 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,10 @@ If you would like to self-host Plane, please see our [deployment guide](https:// 5. Copy `.env.example` to `.env` files available in various folders. 6. Run the docker command to initiate services: ``` - docker compose -f docker-compose.yaml up -d + docker compose -f docker-compose.dev.yaml up -d ``` -7. Run `pnpm db:push` to push the schema to the database. +7. Run `pnpm build` so that it can find the DB migrations??? +8. Run `pnpm db:push` to push the schema to the database. 8. Run `pnpm dev` to start the development server. You are ready to make changes to the code. Do not forget to refresh the browser