From 11e67d90348b6a176b6b6b008b905e86ccf20cc0 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Fri, 28 Jul 2017 12:02:05 -0400 Subject: [PATCH] docs(): add instructions for mac apps (#688) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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,