From 72d1470d6c1e32eea4873f276d2a06bb75afb433 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Tue, 2 Mar 2021 18:34:09 +0100 Subject: [PATCH] [documentation][c++] Update apt-get commands (#2590) --- cpp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/README b/cpp/README index c46fa3351..5e756a161 100644 --- a/cpp/README +++ b/cpp/README @@ -14,7 +14,7 @@ libphonenumber library directly. Installing the binary packages: - Use this if you just need to use or link against the library: - $ sudo apt-get install libphonenumber6 libphonenumber6-dev + $ sudo apt-get install libphonenumber8 libphonenumber-dev Installing the source package: - Use this if you wish to develop or debug the library: