Skip to content

Commit 19ed72e

Browse files
committed
Added link to install instructions for ICU
The node-icu-charset-detector library details installation instructions for ICU that I found helpful. Thought maybe other would find it helpful too.
1 parent 8e05622 commit 19ed72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ but we really recommend using [npm](http://github.com/isaacs/npm)!
3232
Note that as of version 0.3.8, node-irc supports character set detection using
3333
[icu](http://site.icu-project.org/). You'll need to install libiconv (if
3434
necessary; Linux systems tend to ship this in their glibc) and libicu (and its
35-
headers, if necessary) in order to use this feature. If you do not have these
35+
headers, if necessary, [install instructions](https://github.com/mooz/node-icu-charset-detector#installing-icu)) in order to use this feature. If you do not have these
3636
libraries or their headers installed, you will receive errors when trying to
3737
build these dependencies. However, node-irc will still install (assuming
3838
nothing else failed) and you'll be able to use it, just not the character

0 commit comments

Comments
 (0)