From 91a2900d269c2e4e2950ca6783dee4063c4e5889 Mon Sep 17 00:00:00 2001 From: Liam Aharon Date: Mon, 4 Jan 2021 08:23:51 +1100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc656e5..cd380f02 100644 --- a/README.md +++ b/README.md @@ -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