diff options
author | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-05-04 17:37:05 +1000 |
---|---|---|
committer | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-05-04 17:37:05 +1000 |
commit | 0c5a19dd1cef54e45b2146aeea8310adb9631864 (patch) | |
tree | 65a6356b8d6387599d818aeb97b6dbcb77ff275f | |
parent | ca722fe423bdd8c7895a40aac0410b2646917805 (diff) | |
download | gcc-0c5a19dd1cef54e45b2146aeea8310adb9631864.zip gcc-0c5a19dd1cef54e45b2146aeea8310adb9631864.tar.gz gcc-0c5a19dd1cef54e45b2146aeea8310adb9631864.tar.bz2 |
Replace SSH cloning with HTTPS cloning in README.md
Signed-off-by: Maximilian Downey Twiss <creatorsmithmdt@gmail.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |