From 55480826de870140da18b84bb2b17fb8cb9fc985 Mon Sep 17 00:00:00 2001 From: Harishraju04 <146059756+Harishraju04@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:35:51 +0530 Subject: [PATCH] docs: add missing translate:compile step to setup guid --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e25d4213..dfdf59f12 100644 --- a/README.md +++ b/README.md @@ -174,9 +174,11 @@ git clone https://github.com//documenso 5. Create the database schema by running `npm run prisma:migrate-dev` -6. Run `npm run dev` in the root directory to start +6. Run `npm run translate:compile` in the root directory to compile lingui -7. Register a new user at http://localhost:3000/signup +7. Run `npm run dev` in the root directory to start + +8. Register a new user at http://localhost:3000/signup ---