From 5019cf13b28dc30b6e1440717fe9ece031da9cba Mon Sep 17 00:00:00 2001 From: Hakan FIRAT <141479480+hknfrt@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:39:06 +0300 Subject: [PATCH] fix(git): Changed git: url in install script to https: (#610) git clone git://github.com/nodemailer/wildduck.git => git clone https://github.com/nodemailer/wildduck.git --- docs/general/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/install.md b/docs/general/install.md index 3ba248b5..1976389f 100644 --- a/docs/general/install.md +++ b/docs/general/install.md @@ -29,7 +29,7 @@ Assuming you have MongoDB and Redis running somewhere. #### Step 1\. Get the code from github ``` -$ git clone git://github.com/nodemailer/wildduck.git +$ git clone https://github.com/nodemailer/wildduck.git $ cd wildduck ``` @@ -87,4 +87,4 @@ docker pull nodemailer/wildduck:1.20 To run the docker image using the [default config](https://github.com/nodemailer/wildduck/blob/master/config/default.toml), and `mongodb` and `redis` from the host machine, use: ``` docker run --network=host nodemailer/wildduck -``` \ No newline at end of file +```