diff --git a/README.md b/README.md index 16f1e8c..d606688 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ a multi-protocol terminal chat client written in Rust. +![nirc-rs-screenshot](./nirc-rs.png) + + + nirc-rs is a TUI (terminal user interface) chat client that places you in control of your data and communications. Inspired by [naim](https://github.com/naim-devel/naim), it consolidates eight chat protocols into a single terminal interface — no web browsers, no Electron, no JavaScript. **Version:** 0.9.0 diff --git a/nirc-rs.png b/nirc-rs.png new file mode 100644 index 0000000..b697593 Binary files /dev/null and b/nirc-rs.png differ