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**