Skip to content

Commit 5019cf1

Browse files
authored
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
1 parent 3d7d0a6 commit 5019cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Assuming you have MongoDB and Redis running somewhere.
2929
#### Step 1\. Get the code from github
3030

3131
```
32-
$ git clone git://github.com/nodemailer/wildduck.git
32+
$ git clone https://github.com/nodemailer/wildduck.git
3333
$ cd wildduck
3434
```
3535

@@ -87,4 +87,4 @@ docker pull nodemailer/wildduck:1.20
8787
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:
8888
```
8989
docker run --network=host nodemailer/wildduck
90-
```
90+
```

0 commit comments

Comments
 (0)