Skip to content

Commit

Permalink
Change git clone to use https and NOT ssh
Browse files Browse the repository at this point in the history
It is less confusing to give https based cloning instructions for
public repositories.
Avoid the typical "fatal: could not read from remote repository"
issue.

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
  • Loading branch information
tgonzalezorlandoarm committed Mar 27, 2024
1 parent c1a937b commit 872d9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting_started/parsec_tool_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cargo install parsec-tool
For building it, use the following commands:

```
git clone git@github.com:parallaxsecond/parsec-tool.git
git clone https://github.com/parallaxsecond/parsec-book.git
cd parsec-tool
cargo build
```
Expand Down

0 comments on commit 872d9c5

Please sign in to comment.