mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Update README
[ci skip]
This commit is contained in:
parent
e19775443a
commit
1a3bacd96e
1 changed files with 4 additions and 14 deletions
18
README.md
18
README.md
|
@ -16,10 +16,12 @@ but we are getting close to a more feature complete client.
|
||||||
Specifically there is support for:
|
Specifically there is support for:
|
||||||
- Joining & leaving rooms
|
- Joining & leaving rooms
|
||||||
- Sending & receiving images and emoji.
|
- Sending & receiving images and emoji.
|
||||||
- Receiving typing notifications.
|
- Typing notifications.
|
||||||
|
|
||||||
### Installation
|
### 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
|
#### Arch Linux
|
||||||
```bash
|
```bash
|
||||||
pacaur -S nheko-git
|
pacaur -S nheko-git
|
||||||
|
@ -37,10 +39,6 @@ sudo layman -a matrix
|
||||||
sudo emerge -a nheko
|
sudo emerge -a nheko
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Windows
|
|
||||||
|
|
||||||
You can find an installer [here](https://ci.appveyor.com/project/mujx/nheko/branch/master/artifacts).
|
|
||||||
|
|
||||||
### Build Requirements
|
### Build Requirements
|
||||||
|
|
||||||
- Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with
|
- 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.
|
The `nheko` binary will be located in the `build` directory.
|
||||||
|
|
||||||
##### MacOS
|
#### Nix
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
Download the repo as mentioned above and run
|
Download the repo as mentioned above and run
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue