From 6b463c6f1a3c5a85f3f85d4829ef88d31bdef311 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:15:10 +0530 Subject: [PATCH] Update run-locally.md --- docs/docs/self-host/docker/run-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/self-host/docker/run-locally.md b/docs/docs/self-host/docker/run-locally.md index 7609f72fa..894b9c6c3 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -4,7 +4,7 @@ title: Localhost Setup with Docker import ReactPlayer from 'react-player'; ## Steps to run OpenSign™ with docker in macos/linux: - 1. Firstly install docker and then run it. + 1. Firstly install docker and make sure it is running while moving to next steps. 1. Now open terminal then type `git clone https://github.com/OpenSignLabs/OpenSign` and hit `Enter` it will clone OpenSign project in your local. 2. then type `cd OpenSign` command and hit `Enter` this will open OpenSign project in terminal. 3. then type `make build`