Skip to content

Commit

Permalink
fix(git): Changed git: url in install script to https: (#610)
Browse files Browse the repository at this point in the history
git clone git://github.com/nodemailer/wildduck.git  =>
git clone https://github.com/nodemailer/wildduck.git
  • Loading branch information
hknfrt committed Feb 22, 2024
1 parent 3d7d0a6 commit 5019cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/install.md
Expand Up @@ -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
```

Expand Down Expand Up @@ -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
```
```

0 comments on commit 5019cf1

Please sign in to comment.