From 8526519a181bbe70ee096013161eb0e24b5fdf4a Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Wed, 23 Oct 2024 15:10:51 -0400 Subject: [PATCH] Tweak README Signed-off-by: Cole Miller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330c23e6..bab7de71 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To see dqlite in action, either install the Debian package from the PPA: ```bash sudo add-apt-repository -y ppa:dqlite/dev -sudo apt install dqlite-tools libdqlite-dev +sudo apt install dqlite-tools-v2 libdqlite1.17-dev ``` or build the dqlite C library and its dependencies from source, as described