diff --git a/src/views/PricingView.vue b/src/views/PricingView.vue index cc68f90..87f582e 100644 --- a/src/views/PricingView.vue +++ b/src/views/PricingView.vue @@ -34,8 +34,8 @@ const router = useRouter() const selfHostSteps = [ 'Clone the repository locally', - 'Copy and edit `.env.template` (or create `.env`) with your database credentials and POSTGRES_DB', - 'Run `docker compose -f compose/dev/docker-compose.yml up --build`', + 'Copy and edit `.env.template` (or create `.env`) with your settings', + 'Run `docker compose -f compose/dev/docker-compose.yml up --build` for development or the prod/docker-compose.yml for production', 'Open the frontend at http://localhost:5173 and the API at http://localhost:8000', ]