Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f0xeri committed Feb 21, 2024
1 parent d47a581 commit d069b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Clone the repository
```shell
git clone https://github.com/f0xeri/SlangCompiler
```
Install LLVM 13 and libgc-dev
Install LLVM 18 and libgc-dev
```shell
sudo wget https://apt.llvm.org/llvm.sh &&
sudo bash ./llvm.sh 13 all &&
sudo bash ./llvm.sh 18 all &&
sudo apt-get install libgc-dev -y
```

Expand Down

0 comments on commit d069b93

Please sign in to comment.