From 7a4213b0d17054f646bbbb447582eba509e30909 Mon Sep 17 00:00:00 2001 From: Michael Bitokhov Date: Wed, 20 Feb 2019 22:11:08 -0500 Subject: [PATCH] Fix apt-get command in readme --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4f1f5d0..8ce0426 100644 --- a/README.adoc +++ b/README.adoc @@ -47,7 +47,7 @@ Some specific examples may require other tools including: * http://www.boost.org/[boost] - $ sudo apt-get libboost-all-dev + $ sudo apt-get install libboost-all-dev * https://github.com/google/protobuf[protobuf]