Update run-locally.md

Remove reference to NodeJS and Git as these aren't required for Docker as are included within it.
This commit is contained in:
EDIflyer
2024-09-08 16:25:39 +01:00
committed by EDIflyer
parent e73b8ed5a5
commit e36557e844
+1 -1
View File
@@ -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](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.
1. Firstly, install [Docker](https://www.docker.com/products/docker-desktop/) and ensure it is running before proceeding to the next steps.
2. Now, start Docker and ensure it runs in the background. Open the terminal and type the following command:
Command for linux/MacOS