Update README.md

This commit is contained in:
Booklordofthedings 2025-06-02 11:26:24 +02:00
parent d0f4b5f01e
commit c41bf1f3d2

View file

@ -4,10 +4,12 @@ This repository builds the newest nightly version of Beef everyday and bundles i
## Installation ## Installation
- Install llvm19 on your system - Install llvm19 on your system
``` ```
//! This might not be necessary, if your distro packages llvm 19 itself
wget https://apt.llvm.org/llvm.sh wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh chmod +x llvm.sh
sudo ./llvm.sh 19 sudo ./llvm.sh 19
``` ```
- Follow the instructions at: [https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/](https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/) - Follow the instructions at: [https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/](https://code.booklordofthe.dev/Extern/-/packages/debian/beefbuild/)
- Download and run: [https://code.booklordofthe.dev/Extern/Beef-Nightly/src/branch/main/install.sh](https://code.booklordofthe.dev/Extern/Beef-Nightly/src/branch/main/install.sh) - Download and run: [https://code.booklordofthe.dev/Extern/Beef-Nightly/src/branch/main/install.sh](https://code.booklordofthe.dev/Extern/Beef-Nightly/src/branch/main/install.sh)
- Run: `wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install.sh | bash` - Run: `wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install.sh | bash`