From c41bf1f3d280731be31ee830ad50345de187adf1 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Mon, 2 Jun 2025 11:26:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 330f1ab..9b6f4cb 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,12 @@ This repository builds the newest nightly version of Beef everyday and bundles i ## Installation - Install llvm19 on your system ``` +//! This might not be necessary, if your distro packages llvm 19 itself wget https://apt.llvm.org/llvm.sh chmod +x llvm.sh sudo ./llvm.sh 19 ``` + - 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) - Run: `wget -O - https://code.booklordofthe.dev/Extern/Beef-Nightly/raw/branch/main/install.sh | bash` \ No newline at end of file