diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-06 00:51:59 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-06 00:51:59 +0200 |
commit | 1a3bacd96eab9fcfe159e902ca4fbccfa31ba61b (patch) | |
tree | 8ba137510dabd0393edffdb5496aec3368fa4ab0 | |
parent | Fix newlines not being displayed (#122) (diff) | |
download | nheko-1a3bacd96eab9fcfe159e902ca4fbccfa31ba61b.tar.xz |
Update README
[ci skip]
-rw-r--r-- | README.md | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/README.md b/README.md index 26356ef6..41ee62a1 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ but we are getting close to a more feature complete client. Specifically there is support for: - Joining & leaving rooms - Sending & receiving images and emoji. -- Receiving typing notifications. +- Typing notifications. ### Installation +There are pre-built nigtly releases [here](https://github.com/mujx/nheko/releases/tag/nightly) for Linux ([AppImage](https://appimage.org/)), Mac and Windows. + #### Arch Linux ```bash pacaur -S nheko-git @@ -37,10 +39,6 @@ sudo layman -a matrix sudo emerge -a nheko ``` -#### Windows - -You can find an installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts). - ### Build Requirements - Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with @@ -105,15 +103,7 @@ make -C build The `nheko` binary will be located in the `build` directory. -##### MacOS - -You can create an app bundle with `make app`. The output will be located at -`dist/MacOS/Nheko.app` which can be copied to `/Applications/Nheko.app`. - -You can also create a disk image with `make dmg`. The output will be located at -`dist/MacOS/Nheko.dmg` - -##### Nix +#### Nix Download the repo as mentioned above and run |