diff options
author | neelkamath <neelkamath@protonmail.com> | 2018-05-11 17:31:20 +0200 |
---|---|---|
committer | neelkamath <neelkamath@protonmail.com> | 2018-05-11 17:31:20 +0200 |
commit | 67877cd15e9aa1428301244e2b9a91172465a8f9 (patch) | |
tree | 4487cf76a3931a4666ba67091a936165fa212c9d | |
parent | Remove forgettable, unused, occasionally harmful (w.r.t. ES6) directive (diff) | |
download | hackchat-67877cd15e9aa1428301244e2b9a91172465a8f9.tar.gz hackchat-67877cd15e9aa1428301244e2b9a91172465a8f9.zip |
Link to CHANGELOG.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,6 +72,10 @@ npm install You can now run start the server software with a process manager like [PM2](https://github.com/Unitech/pm2). The client code will need to be copied into your http server directory. If you plan on using SSL to serve the client; you will need to use a reverse proxy, as TLS is not natively supported by the hack.chat server software (this may change in future releases). +# Changelog + +A list of changes since the legacy client can be viewed in the [changelog](CHANGELOG.md). + ## Authors * **Marzavec** - *Initial work* - [marzavec](https://github.com/marzavec) |