Update README.md
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2022-12-23 11:06:59 +01:00
parent e6384ae90d
commit 74235c2c99
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

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