From 0a9b4f08f76f0d9c0ae84dcc9fde82831eb1fc99 Mon Sep 17 00:00:00 2001 From: Matej Vukosav Date: Fri, 6 Sep 2024 13:49:40 +0200 Subject: [PATCH] chore: add https clone (#20) Signed-off-by: Matej Vukosav --- docs/03-getting-started/01-setup.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/03-getting-started/01-setup.mdx b/docs/03-getting-started/01-setup.mdx index 41ce2359..d6782556 100644 --- a/docs/03-getting-started/01-setup.mdx +++ b/docs/03-getting-started/01-setup.mdx @@ -12,6 +12,12 @@ Before you start, make sure you are familiar with Clone repository from GitHub. +```bash title="Terminal" +git clone https://github.com/calimero-network/core.git +``` + +or + ```bash title="Terminal" git clone git@github.com:calimero-network/core.git ```