summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Hartington <mhartington@users.noreply.github.com>2017-07-28 12:02:05 -0400
committerJoe Wilm <jwilm@users.noreply.github.com>2017-07-28 09:02:05 -0700
commit11e67d90348b6a176b6b6b008b905e86ccf20cc0 (patch)
tree31a5c5687e482cd77d2386042f337345cc0271ac /README.md
parentf3e0c8609f13c09a2b3ac1d909cac31a8e285b14 (diff)
docs(): add instructions for mac apps (#688)
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index b539f911..8729c551 100644
--- a/README.md
+++ b/README.md
@@ -186,6 +186,13 @@ sudo cp target/release/alacritty /usr/local/bin # or anywhere else in $PATH
cp Alacritty.desktop ~/.local/share/applications
```
+To build an application for macOS, run
+
+```sh
+make app
+cp -r target/release/osx/Alacritty.app /Applications/Alacritty.app
+```
+
## Configuration
Although it's possible the default configuration would work on your system,