Update README.md

This commit is contained in:
Booklordofthedings 2024-10-16 15:15:23 +02:00
parent aa09f95882
commit 2375ec15e3

View file

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