diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 22:02:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 22:02:31 +0100 |
commit | 2da148eb5551efa2e4b4a5bf74c02d88d3b97d4c (patch) | |
tree | 6affdcefbc6b11c6e563949d37560b094a809ea8 | |
parent | 21e227020f7930156cec25ca41b5ebf786a1273c (diff) | |
download | weechat-2da148eb5551efa2e4b4a5bf74c02d88d3b97d4c.zip |
core: add Haiku as supported platform in README
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index df40d83dc..5672746f0 100644 --- a/README.adoc +++ b/README.adoc @@ -22,7 +22,7 @@ Homepage: https://weechat.org/ == Features * *Modular chat client*: WeeChat has a lightweight core and optional https://weechat.org/files/doc/stable/weechat_user.en.html#plugins[plugins]. All plugins (including https://weechat.org/files/doc/stable/weechat_user.en.html#irc_plugin[IRC]) are independent and can be unloaded. -* *Multi-platform*: WeeChat runs on GNU/Linux, *BSD, GNU/Hurd, macOS and Windows (Bash/Ubuntu and Cygwin). +* *Multi-platform*: WeeChat runs on GNU/Linux, *BSD, GNU/Hurd, Haiku, macOS and Windows (Bash/Ubuntu and Cygwin). * *Multi-protocols*: WeeChat is designed to support multiple protocols by plugins, like IRC. * *Standards-compliant*: the IRC plugin is compliant with RFCs https://tools.ietf.org/html/rfc1459[1459], https://tools.ietf.org/html/rfc2810[2810], https://tools.ietf.org/html/rfc2811[2811], https://tools.ietf.org/html/rfc2812[2812] and https://tools.ietf.org/html/rfc2813[2813]. * *Small, fast and very light*: the core is and should stay as light and fast as possible. |