diff options
author | Mike Hartington <mhartington@users.noreply.github.com> | 2017-07-28 12:02:05 -0400 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-07-28 09:02:05 -0700 |
commit | 11e67d90348b6a176b6b6b008b905e86ccf20cc0 (patch) | |
tree | 31a5c5687e482cd77d2386042f337345cc0271ac /README.md | |
parent | f3e0c8609f13c09a2b3ac1d909cac31a8e285b14 (diff) | |
download | alacritty-11e67d90348b6a176b6b6b008b905e86ccf20cc0.tar.gz alacritty-11e67d90348b6a176b6b6b008b905e86ccf20cc0.zip |
docs(): add instructions for mac apps (#688)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |