From 1bddafbb3eaf6dba381a953e4a62054369f7fa99 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Thu, 26 Dec 2024 17:41:23 +0100 Subject: [PATCH] Update local deployment instructions to use HTTPS for repository cloning --- docs/deployment/local-deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/local-deployment.mdx b/docs/deployment/local-deployment.mdx index 10e84c64..c7154d24 100644 --- a/docs/deployment/local-deployment.mdx +++ b/docs/deployment/local-deployment.mdx @@ -26,7 +26,7 @@ Make sure these components are properly installed and configured on your local m 2. Clone the repository and install dependencies: ```bash - git clone git@github.com:JhumanJ/OpnForm.git && cd OpnForm + git clone https://github.com/JhumanJ/opnform && cd OpnForm cd api && composer install cd ../client && npm install ```