Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ version is LLDB 3.9 and above.
- You can install the lldb package using the package manager of your
distribution. You may need to install additional packages for `liblldb`
as well.
- For example, on Ubuntu 16.04 you can install the prerequisites with
- For example, on Ubuntu 20.04 you can install the prerequisites with

```bash
apt-get install lldb-4.0 liblldb-4.0-dev
apt-get install lldb liblldb-dev
```
- FreeBSD

Expand Down