diff options
author | marzavec <admin@marzavec.com> | 2018-04-19 17:34:58 +0200 |
---|---|---|
committer | marzavec <admin@marzavec.com> | 2018-04-19 17:34:58 +0200 |
commit | 852617692636444da192d1eb3368fbcbd1d453b2 (patch) | |
tree | 72ee819f858355cb70531b7d6436b31eb0c6e087 | |
parent | katex update, added changelog (diff) | |
download | hackchat-852617692636444da192d1eb3368fbcbd1d453b2.tar.gz hackchat-852617692636444da192d1eb3368fbcbd1d453b2.zip |
added software link to readme
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ [https://hack.chat/](https://hack.chat/) is a minimal, distraction-free, account-less, log-less, disappearing chat service that is easily deployable as your own service. The client comes bundled with LaTeX rendering provided by [https://github.com/Khan/KaTeX](https://github.com/Khan/KaTeX). +A list of software developed for the hack.chat framework can be found at: [https://github.com/hack-chat/3rd-party-software-list](https://github.com/hack-chat/3rd-party-software-list). This includes bots, clients, docker containers & more. + This is a backwards compatible continuation of the work by Andrew Belt [https://github.com/AndrewBelt/hack.chat](https://github.com/AndrewBelt/hack.chat). The server code has been updated to ES6 along with several new features- including new commands and hot-reload of the commands/protocol. ## Getting Started |