From 85a33168092ee5101a311677d9b14c1b445dc54e Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 1 Jun 2020 23:04:37 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cdd656..7916315 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ apt update && apt upgrade apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 parted udisks2 ``` -You also need to have the [x86-64 ELF gcc cross-compiler](https://www.os-k.eu/build-tools/cross-cc.tar.xz) and its ``bin`` directory in your PATH. +You also need to have the [x86-64 ELF gcc cross-compiler](https://gitlab.os-k.eu/os-k-team/cross-cc-builder/uploads/fcb43b0cc04c75ff89e40b4b24567484/cross-cc.tar.xz) and its ``bin`` directory in your PATH. To compile, simply use at the root of this project : ```