Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
change git clone in README to https
  • Loading branch information
pre-mRNA authored Jul 7, 2024
1 parent ad158ea commit 042fcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ R2Dtool has been tested on OS X 14.1, Red Hat Enterprise Linux 4.18.0, and shoul

```
# clone R2Dtool and compile using Cargo
git clone git@github.com:comprna/R2Dtool.git && cd R2Dtool
git clone https://github.com/comprna/R2Dtool.git && cd R2Dtool
cargo build --release
# add R2Dtool to PATH
Expand Down

0 comments on commit 042fcdd

Please sign in to comment.