From 2375ec15e361eea34a882cb7f7bc033bdb834c40 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Wed, 16 Oct 2024 15:15:23 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e2fb6ac..1c93243 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ This repository builds the newest nightly version of Beef everyday and bundles i ## Installation - Install llvm18 on your system - ´´´ - wget https://apt.llvm.org/llvm.sh - chmod +x llvm.sh - sudo ./llvm.sh 18 - ´´´ +``` +wget https://apt.llvm.org/llvm.sh +chmod +x llvm.sh +sudo ./llvm.sh 18 +``` - 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