You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ but we really recommend using [npm](http://github.com/isaacs/npm)!
32
32
Note that as of version 0.3.8, node-irc supports character set detection using
33
33
[icu](http://site.icu-project.org/). You'll need to install libiconv (if
34
34
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
36
36
libraries or their headers installed, you will receive errors when trying to
37
37
build these dependencies. However, node-irc will still install (assuming
38
38
nothing else failed) and you'll be able to use it, just not the character
0 commit comments