From 8ec7976ced61c31dbcaeda3f52d7ecc197764f80 Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Thu, 16 Sep 2021 22:47:19 -0300 Subject: [PATCH] fix: gh origin on readme (#83) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 96a6c3a04145..1f27d721fabb 100644 --- a/Readme.md +++ b/Readme.md @@ -19,7 +19,7 @@ You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already i **Put the path to your custom build of libgccjit in the file `gcc_path`.** ```bash -$ git clone https://github.com/antoyo/rustc_codegen_gcc.git +$ git clone https://github.com/rust-lang/rustc_codegen_gcc.git $ cd rustc_codegen_gcc $ ./prepare_build.sh # download and patch sysroot src $ ./build.sh --release