Skip to content

Commit

Permalink
chore: add https clone (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vukosav <[email protected]>
  • Loading branch information
MatejVukosav authored Sep 6, 2024
1 parent 8e6da7d commit 0a9b4f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/03-getting-started/01-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:calimero-network/core.git
```
Expand Down

0 comments on commit 0a9b4f0

Please sign in to comment.