summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-13 19:17:04 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-13 19:17:04 +0300
commit9bfd51ceeddbf70ec9ff5eb53d1929a397a474e8 (patch)
treeb81f5487ffef8ac586eae235e545035e4d4b5995 /README.md
parent9189782d3bdd19b831a1738679ce1fc41cc569a1 (diff)
Create app bundle for macOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7395dbc9..a2b999ca 100644
--- a/README.md
+++ b/README.md
@@ -92,6 +92,14 @@ 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 you 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