Update run-locally.md

This commit is contained in:
prafull-opensignlabs
2024-02-29 15:15:10 +05:30
committed by GitHub
parent 4afca77d1e
commit 6b463c6f1a
+1 -1
View File
@@ -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`