From 860663682e82ff26618442857bb4db9a3a09c6ca Mon Sep 17 00:00:00 2001 From: attaxia Date: Fri, 15 Apr 2022 14:35:07 +0200 Subject: [PATCH] Update README.md Changed GIT url to use HTTPS since "The unauthenticated git protocol on port 9418 is no longer supported." --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6348982..de275c2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ _**Note:** You must be a super-admin for the account that you want to install th 1. Build an image of the quickstart app ``` -$ docker build -t hs-oauth-quickstart:latest git://github.com/HubSpot/oauth-quickstart-nodejs.git +$ docker build -t hs-oauth-quickstart:latest https://github.com/HubSpot/oauth-quickstart-nodejs.git ``` 2. Run a container with the new image