diff --git a/README.md b/README.md index 609f3b2..38e2a54 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ pnpm install 2. Copy `.env.example` to `.env.local` and update the variables. +```sh +cp .env.example .env.local +``` + 3. Start the development server: ```sh