Skip to content

Commit

Permalink
Suggest using LLDB 18
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank authored Apr 18, 2024
1 parent ef4fd84 commit b6a2c1d
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 @@ -57,8 +57,8 @@ If you encounter an error, you may be using an older version of LLVM. Update to

```
sudo apt install -y lsb-release wget software-properties-common gnupg
curl -sSf https://apt.llvm.org/llvm.sh | sudo bash -s -- 17 all
# LLDB now available as `lldb-17`.
curl -sSf https://apt.llvm.org/llvm.sh | sudo bash -s -- 18 all
# LLDB now available as `lldb-18`.
```

#### Mac
Expand Down

0 comments on commit b6a2c1d

Please sign in to comment.