From f98c797311a5ed6bf39c1421deb2c83e2bdf3c0e Mon Sep 17 00:00:00 2001 From: Donghoon Song <32301380+donghoon-song@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:25:12 +0900 Subject: [PATCH] fix: readme git clone commannd Current command needs public key so access is denied. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e87c7a6a..ef4a4ae1 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The official documentation can be found here: [https://automatisch.io/docs](http ```bash # Clone the repository -git clone git@github.com:automatisch/automatisch.git +git clone https://github.com/automatisch/automatisch.git # Go to the repository folder cd automatisch