From a8224b5f76e3cf2216bc23117ef8b08b8f7c53aa Mon Sep 17 00:00:00 2001 From: Daoyu Liu Date: Thu, 24 Jul 2025 13:33:50 +0800 Subject: [PATCH] fix readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dcfbd952..6c127d6ce 100644 --- a/README.md +++ b/README.md @@ -96,9 +96,11 @@ The system consists of: 2. Install dependencies (from the monorepo root): -yarn install + ```bash + yarn install + ``` - 3. Configure environment variables in both backend and frontend. See .`env.example` files for details. +3. Configure environment variables in both backend and frontend. See .`env.example` files for details. ## Environment Variables