From 66fdc1d659edc2e2faa98643069c5fd4e2c1c289 Mon Sep 17 00:00:00 2001 From: TKB Studios <69647028+tkbstudios@users.noreply.github.com> Date: Wed, 21 Aug 2024 04:08:04 +0300 Subject: [PATCH] chore: update readme for manual self-hosting (#1270) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74e3bddc5b..f324388007 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,7 @@ npm run prisma:migrate-deploy Finally, you can start it with: ``` +cd apps/web npm run start ```