From 775e20a9c4e89cce6d4e4e0306d1cd0773c9f78b Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 4 Aug 2017 10:49:18 +0800 Subject: [PATCH] doc(readme): update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 741f7b5c..9c05b570 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ If install process show error info below: `../node-icu-charset-detector.cpp:7:28: fatal error: unicode/ucsdet.h: No such file or directory` -then run this command to install lib libicu manual +then run this command to install libicu manual `apt-get install libicu-dev` OR `yum install libicu-devel`