From 79b626ac16e5bfb643ab9f8471e303922e5be056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Bia=C5=82o=C5=84?= Date: Thu, 23 Jul 2015 11:08:44 +0200 Subject: [PATCH] Tiny fix to libtool-bin install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46a695..83b5a6a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ $ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \ Later Debian/Ubuntu versions may require: ``` -$ sudo apt-get libtool-bin +$ sudo apt-get install libtool-bin ``` ## MacOS: