From ce45765d0599d12ccbb9fa4b7e046ce73028f9a3 Mon Sep 17 00:00:00 2001 From: Manfred Stienstra Date: Mon, 22 May 2017 15:46:49 +0200 Subject: [PATCH] Update README.md Use the correct package name for uchardet in RHEL. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd01a45..0e69f96 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ Tedrahcu.detect('hey') #=> 'ASCII' ```sh brew install uchardet -yum -y install uchardet-dev +yum install -y uchardet-devel apt install libuchardet-dev -``` \ No newline at end of file +```