From 0d3c6690e16c8131becc1f893376ebaf1bc41c8d Mon Sep 17 00:00:00 2001 From: Eliot <72140926+eliot488995568@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:32:22 +0100 Subject: [PATCH] docs: fix README.md (#222) * docs: fix README.md * docs: fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cff57b..2708305 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Environment variables -Duplicate the `.env.example` file and rename it to `.env`. +Duplicate the `.env.sample` file and rename it to `.env`. Fill in the environment variables with the correct values. ## Setup @@ -32,7 +32,7 @@ pnpm dev Start the development server on `http://localhost:6006` with stories preset (use the `.env.stories` file): ```bash -docker-compose up -d // start the Intervention Request service +docker compose up -d // start the Intervention Request service pnpm dev:stories ```