Skip to content

Commit

Permalink
#4614: Change URLs in README to use HTTPS for cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Feb 7, 2024
1 parent dd02f5c commit a1d891c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ developer dependencies if you are a developer.
``<VERSION_NUMBER>`` 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 <VERSION_NUMBER>
git clone https://github.com/tenstorrent-metal/tt-metal.git --recurse-submodules --branch <VERSION_NUMBER>
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
```

Expand Down

0 comments on commit a1d891c

Please sign in to comment.