From a1d891c1a47ee7f1ddf95edf748c5a432b9ca23d Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Wed, 7 Feb 2024 15:56:39 -0500 Subject: [PATCH] #4614: Change URLs in README to use HTTPS for cloning --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f218e2155cd..93f056f77f2 100644 --- a/README.md +++ b/README.md @@ -196,14 +196,14 @@ developer dependencies if you are a developer. ```` is the release version you will be using. Otherwise, you can use ``main`` to get the latest development source. ``` -git clone git@github.com:tenstorrent-metal/tt-metal.git --recurse-submodules --branch +git clone https://github.com/tenstorrent-metal/tt-metal.git --recurse-submodules --branch cd tt-metal ``` For example, if you are trying to use version `v0.35.0`, you can execute: ``` -git clone git@github.com:tenstorrent-metal/tt-metal.git --recurse-submodules --branch v0.35.0 +git clone https://github.com/tenstorrent-metal/tt-metal.git --recurse-submodules --branch v0.35.0 cd tt-metal ```