From 624160754fd503b606d8b634fe82dce01e564ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20ten=20Wolde?= Date: Thu, 8 Feb 2024 15:19:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37f57be5..661d5a6d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repository is currently a research project and a work in progress. Feel fre ## Getting started To get started, first clone this repository: ```sh -git clone --recurse-submodules https://github.com/cwida/duckpgq-extension.git +git clone --recurse-submodules git@github.com:cwida/duckpgq-extension.git ``` Note that `--recurse-submodules` will ensure the correct version of DuckDB is pulled allowing you to get started right away.