From 921e814340941a5fd4d625d021bdf94c7afb553c Mon Sep 17 00:00:00 2001 From: Shrey Pandey Date: Wed, 22 May 2024 11:35:53 +0530 Subject: [PATCH 1/2] Updated Quickstart --- docs/tutorials/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/Quickstart.md b/docs/tutorials/Quickstart.md index 7aaef517..dcc976cd 100644 --- a/docs/tutorials/Quickstart.md +++ b/docs/tutorials/Quickstart.md @@ -6,7 +6,7 @@ title: Quickstart ## Prerequisite 1. Docker - Ensure that your system has docker engine installed and running. For installation, please refer to [docker engine installation instruction](https://docs.docker.com/engine/install/). 2. Docker Compose - Ensure docker compose is enabled along with docker engine. Please refer to [docker compose installation instruction](https://docs.docker.com/compose/install/). -3. NGROK +3. NGROK - NGROK is required to tunnel the Whatsapp callback URL to your local system. ## Running JB Manager From e98301e343de4dd44c53f95213946a1707c3713c Mon Sep 17 00:00:00 2001 From: Shrey Pandey Date: Wed, 22 May 2024 11:39:00 +0530 Subject: [PATCH 2/2] Updated Quickstart --- docs/tutorials/Quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/Quickstart.md b/docs/tutorials/Quickstart.md index dcc976cd..5a05cc0f 100644 --- a/docs/tutorials/Quickstart.md +++ b/docs/tutorials/Quickstart.md @@ -6,7 +6,7 @@ title: Quickstart ## Prerequisite 1. Docker - Ensure that your system has docker engine installed and running. For installation, please refer to [docker engine installation instruction](https://docs.docker.com/engine/install/). 2. Docker Compose - Ensure docker compose is enabled along with docker engine. Please refer to [docker compose installation instruction](https://docs.docker.com/compose/install/). -3. NGROK - NGROK is required to tunnel the Whatsapp callback URL to your local system. +3. NGROK - NGROK is required to tunnel the Whatsapp callback URL to your local system. Please refer to [NGROK Quickstart Guide](https://ngrok.com/docs/getting-started/) for installation. ## Running JB Manager