summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 04:03:46 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 04:03:46 +0300
commit227a46c32ae02130442a2769475d7a6b217ba455 (patch)
treee75806f54eb43edf8ab9255cc352aa8320893585 /README.md
parent4f45575c791a73e6711583c680f60954de094666 (diff)
Add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..f0e01f14
--- /dev/null
+++ b/README.md
@@ -0,0 +1,50 @@
+nheko
+----
+
+The motivation behind the project is to provide a native desktop app for [Matrix] that
+feels more like a mainstream chat app ([Riot], Telegram etc) and less like an IRC client.
+
+#### Features
+
+Most of the features you'd expect from a chat application are missing right now
+but you can of course receive and send messages in the rooms that you are a member of.
+
+#### Requirements
+
+Building instructions for OSX and Windows will be added.
+
+##### Linux
+
+- Qt5
+- CMake v3.1 or greater
+- GCC that supports C++11.
+
+###### Arch Linux
+
+```bash
+$ sudo pacman -S qt5-base cmake gcc
+```
+
+#### Building
+
+Run `make build`. The `nheko` binary will be located in the `build` directory.
+
+#### Contributing
+
+Any kind of contribution to the project is greatly appreciated. You are also
+encouraged to open feature request issues.
+
+#### Screens
+
+Here is a screen shot to get a feel for the UI, but things will probably change.
+
+![nheko](https://dl.dropboxusercontent.com/s/u6rsx8rsp1u2sko/screen.png)
+
+
+#### License
+
+[GPLv3]
+
+[Matrix]:https://matrix.org
+[Riot]:https://riot.im
+[GPLv3]:https://www.gnu.org/licenses/gpl-3.0.en.html