From 7de1197dbfab09145448a6acdb053a6e68ec5190 Mon Sep 17 00:00:00 2001 From: LO Kam Tao Leo Date: Tue, 1 Oct 2019 21:31:47 +0800 Subject: [PATCH] Update README.md Use HTTP link to clone the repo This will allow cloning the repo without having the public key registered in GitHub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba9d54..8f20b6f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ ```bash -- Clone repo -git clone git@github.com:fuzziebrain/docker-oracle-xe.git +git clone https://github.com/fuzziebrain/docker-oracle-xe.git -- Set the working directory to the project folder cd docker-oracle-xe