From 1166dac5c4f884c7e0e70eb3d186271e166df43f Mon Sep 17 00:00:00 2001 From: Weslley Neves <85376122+wesuRage@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:52:54 -0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c3d303..1cce46e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ Install all the dependencies: ```bash sudo apt install libtinfo5 zlib1g-dev ``` -Then [compile LLVM from source](https://github.com/llvm/llvm-project/) -Or you can [download the built binaries](https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8). +Then [compile LLVM from source](https://github.com/llvm/llvm-project/) or you can [download the built binaries](https://github.com/llvm/llvm-project/releases/tag/llvmorg-18.1.8). Clone the repo and compile the code: