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 ---