diff options
author | Sireesh Kodali <22617812+scarface-one@users.noreply.github.com> | 2018-07-31 14:45:35 +0530 |
---|---|---|
committer | mujx <mujx@users.noreply.github.com> | 2018-07-31 12:15:35 +0300 |
commit | 1f50d13b9f3eec2196df625eb420dd2feb8abc2c (patch) | |
tree | 07580dc5ed79075bcc89ce651c08078f5b5d93ab | |
parent | Use double instead of int when scaling pixmaps (#393) (diff) | |
download | nheko-1f50d13b9f3eec2196df625eb420dd2feb8abc2c.tar.xz |
Add install instructions for macOS (#395)
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md index 9530fe22..5c66251f 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ Make sure you have the testing repositories from `edge` enabled. Note that this sudo apk add nheko ``` +#### macOS (10.12 and above) + +with [macports](https://www.macports.org/) : + +```sh +sudo port install nheko +``` + ### Build Requirements - Qt5 (5.7 or greater). Qt 5.7 adds support for color font rendering with |