From 74235c2c998d47d78e6e63ccd15feacf874fbc5f Mon Sep 17 00:00:00 2001 From: apio Date: Fri, 23 Dec 2022 11:06:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4f7b82..e0e08b1a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A simple kernel and userspace for the x86_64 platform, written mostly in C++ and ## Setup (broken) **WARNING**: Setup will fail on this branch, since we do not have the required libc headers yet, and I removed the patches for now. Your best bet to build the toolchain is to switch to the `main` branch, where it will build successfully, and run `tools/setup.sh`. Then switch back to this branch, run `git clean -fd`, and continue development :) -Alternatively, you can also download prebuilt toolchains for x86_64/arm64 Linux hosts from [here](https://pub.cloudapio.eu/luna). Then run `tar xf toolchain-linux-ARCH.tar.gz -C /path/to/luna`. +Alternatively, you can also download prebuilt toolchains for x86_64/arm64 Linux hosts from [here](https://pub.cloudapio.eu/luna/toolchains). Then run `tar xf toolchain-linux-ARCH.tar.gz -C /path/to/luna`. **ORIGINAL INSTRUCTIONS**