From dfaa278636bd2d7671745a2c37b324173d51d5d2 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:24:42 +0530 Subject: [PATCH] Update run-locally.md --- docs/docs/self-host/docker/run-locally.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index e2adb30a2..69a9d3f2a 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -58,8 +58,7 @@ In order to address this, your document storage system must be instructed to acc # Build Local Environment -Command to build project - -- Execute `make build` +Command to build & run project (make sure that you have docker install and running) - +- Execute `make build`` -Command to run project - -- Execute `make run` +Note: this command only works on linux and mac. If you want to run it in windows use [WSL system](https://youtu.be/1kFFwknneD8?si=FKriXPwFqZPLUagI).