From 0d78aef414222c09ca444ef9b9b631b40eaa1725 Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:01:31 +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 802931d00..4a48ace51 100644 --- a/docs/docs/self-host/docker/run-locally.md +++ b/docs/docs/self-host/docker/run-locally.md @@ -4,7 +4,7 @@ title: Self-host OpenSign™ with Docker on Linux/MacOS/Windows import ReactPlayer from 'react-player'; ## Steps to run OpenSign™ with docker on Linux/MacOS/Windows: - 1. Firstly, install Docker and ensure it is running before proceeding to the next steps. Make sure that you have NodeJS & GIT installed on your machine. + 1. Firstly, install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is running before proceeding to the next steps. Make sure that you have [NodeJS](https://nodejs.org/en) & [GIT](https://git-scm.com/downloads) installed on your machine. 2. Now, open the terminal and type the following command: Command for linux/MacOS