Skip to content

Commit

Permalink
Merge pull request #855 from sky-coderay/patch-1
Browse files Browse the repository at this point in the history
Why use `https://` instead of `git@`?**
  • Loading branch information
dannywillems authored Jan 7, 2025
2 parents 36c1add + c7faf37 commit 03b0bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ be used in production systems.
- Then, make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed.
- Finally, install `snarky` and its dependencies by running
```bash
opam pin add git@github.com:o1-labs/snarky.git
opam pin add https://github.com/o1-labs/snarky.git
```
and answering yes to the prompts.

Expand Down

0 comments on commit 03b0bb5

Please sign in to comment.