aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-04 10:22:54 +0000
committerGitHub <noreply@github.com>2022-05-04 10:22:54 +0000
commitaa5ab23081958653a9b84afb0af19c4ae13fd92c (patch)
tree65a6356b8d6387599d818aeb97b6dbcb77ff275f
parentca722fe423bdd8c7895a40aac0410b2646917805 (diff)
parent0c5a19dd1cef54e45b2146aeea8310adb9631864 (diff)
downloadgcc-aa5ab23081958653a9b84afb0af19c4ae13fd92c.zip
gcc-aa5ab23081958653a9b84afb0af19c4ae13fd92c.tar.gz
gcc-aa5ab23081958653a9b84afb0af19c4ae13fd92c.tar.bz2
Merge #1214
1214: Replace SSH cloning with HTTPS cloning in README.md r=philberty a=Zopolis4 HTTPS cloning is the standard across many projects as well as being simpler and more beginner-friendly. Signed-off-by: Maximilian Downey Twiss <creatorsmithmdt@gmail.com> Co-authored-by: Zopolis4 <creatorsmithmdt@gmail.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9675b11..e24e054 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ $ apt install build-essential libgmp3-dev libmpfr-dev libmpc-dev flex bison auto
Clone the repository
```bash
-$ git clone git@github.com:Rust-GCC/gccrs.git
+$ git clone https://github.com/Rust-GCC/gccrs
```
#### Linux